Html Css Color HEX #AC0406 Sangria

📋 copy color: '#AC0406'

red 172 ◦ green 4 ◦ blue 6

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

Shades of Sangria #AC0406

Tints of Sangria #AC0406

RGB

 RED value IS 172 (67.58% from 255) = 94.51%

 GREEN value IS 4 (1.95% from 255) = 2.2%

 BLUE value IS 6 (2.73% from 255) = 3.3%

R = 94.51%
G = 2.2%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC0406 (or 0xAC0406) is known color: Sangria. HEX triplet: AC, 04 and 06. RGB value is (172,4,6). Sum of RGB (Red+Green+Blue) = 172+4+6=182 (24% of max value = 765). Red value is 172 (67.58% from 255 or 94.51% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 6 (2.73% from 255 or 3.30% from 182); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0406 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0406 is #53FBF9. Grayscale: #363636. Windows color (decimal): -5503994 or 394412. OLE color: 394412.

HSL color Cylindrical-coordinate representation of color #AC0406: hue angle of 359.29º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC0406 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 4 6 -
CMYK 0 0.98 0.97 0.33
HSL 359.29º 0.95% 0.35% -
HSV(B) 359.29º 0.98% 0.67% -
XYZ 17.09 8.87 0.98 -
YUV 54.46 100.66 211.84 -
System Red Green Blue C M Y K H S L
Decimal 172 4 6 0 0.98 0.97 0.33 359.29 0.95 0.35
Hex AC 4 6 0 62 61 21 167 5F 23
Octal 254 4 6 0 142 141 41 547 137 43
Binary 10101100 100 110 0 1100010 1100001 100001 101100111 1011111 100011

Color Harmonies of #AC0406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0406

Black with #AC0406

Text Example


Text Example

White with #AC0406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0406; }

 p { color: rgb(172,4,6); }

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

background-color css

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

 a { background-color: rgb(172,4,6); }

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

border-color css

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

 span { border-color: rgb(172,4,6); }

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