Html Css Color HEX #AC0506 Sangria

📋 copy color: '#AC0506'

red 172 ◦ green 5 ◦ blue 6

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

Shades of Sangria #AC0506

Tints of Sangria #AC0506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.73%

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

R = 93.99%
G = 2.73%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC0506 (or 0xAC0506) is known color: Sangria. HEX triplet: AC, 05 and 06. RGB value is (172,5,6). Sum of RGB (Red+Green+Blue) = 172+5+6=183 (24% of max value = 765). Red value is 172 (67.58% from 255 or 93.99% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 6 (2.73% from 255 or 3.28% from 183); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0506 is #53FAF9. Grayscale: #373737. Windows color (decimal): -5503738 or 394668. OLE color: 394668.

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

Color convert

RGB 172 5 6 -
CMYK 0 0.97 0.97 0.33
HSL 359.64º 0.94% 0.35% -
HSV(B) 359.64º 0.97% 0.67% -
XYZ 17.1 8.89 0.99 -
YUV 55.05 100.33 211.42 -
System Red Green Blue C M Y K H S L
Decimal 172 5 6 0 0.97 0.97 0.33 359.64 0.94 0.35
Hex AC 5 6 0 61 61 21 168 5E 23
Octal 254 5 6 0 141 141 41 550 136 43
Binary 10101100 101 110 0 1100001 1100001 100001 101101000 1011110 100011

Color Harmonies of #AC0506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0506

Black with #AC0506

Text Example


Text Example

White with #AC0506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0506; }

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

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

background-color css

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

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

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

border-color css

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

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

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