Html Css Color HEX #AD402A Medium Carmine

📋 copy color: '#AD402A'

red 173 ◦ green 64 ◦ blue 42

#AD402A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Carmine #AD402A

Tints of Medium Carmine #AD402A

RGB

 RED value IS 173 (67.97% from 255) = 62.01%

 GREEN value IS 64 (25.39% from 255) = 22.94%

 BLUE value IS 42 (16.8% from 255) = 15.05%

R = 62.01%
G = 22.94%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AD402A (or 0xAD402A) is known color: Medium Carmine. HEX triplet: AD, 40 and 2A. RGB value is (173,64,42). Sum of RGB (Red+Green+Blue) = 173+64+42=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD402A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD402A is #52BFD5. Grayscale: #5E5E5E. Windows color (decimal): -5423062 or 2769069. OLE color: 2769069.

HSL color Cylindrical-coordinate representation of color #AD402A: hue angle of 10.08º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD402A is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 64 42 -
CMYK 0 0.63 0.76 0.32
HSL 10.08º 0.61% 0.42% -
HSV(B) 10.08º 0.76% 0.68% -
XYZ 19.48 12.72 3.62 -
YUV 94.08 98.61 184.29 -
System Red Green Blue C M Y K H S L
Decimal 173 64 42 0 0.63 0.76 0.32 10.08 0.61 0.42
Hex AD 40 2A 0 3F 4C 20 A 3D 2A
Octal 255 100 52 0 77 114 40 12 75 52
Binary 10101101 1000000 101010 0 111111 1001100 100000 1010 111101 101010

Color Harmonies of #AD402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD402A

Black with #AD402A

Text Example


Text Example

White with #AD402A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD402A; }

 p { color: rgb(173,64,42); }

 H1.HeaderClassName
 {
   color: #AD402A;
 }
 .AnyTagClassName
 {
   color: #AD402A;
 }
</style>

background-color css

<style>
 a { background-color: #AD402A; }

 a { background-color: rgb(173,64,42); }

 div.DivClassName
 {
   background-color: #AD402A;
 }
 .BgClassName
 {
   background-color: #AD402A;
 }
</style>

border-color css

<style>
 span { border-color: #AD402A; }

 span { border-color: rgb(173,64,42); }

 td.TdClassName
 {
   border-color: #AD402A;
 }
 .TagClassName
 {
   border-color: #AD402A;
 }
</style>