Html Css Color HEX #AC0204 Sangria

📋 copy color: '#AC0204'

red 172 ◦ green 2 ◦ blue 4

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

Shades of Sangria #AC0204

Tints of Sangria #AC0204

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.12%

 BLUE value IS 4 (1.95% from 255) = 2.25%

R = 96.63%
G = 1.12%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC0204 (or 0xAC0204) is known color: Sangria. HEX triplet: AC, 02 and 04. RGB value is (172,2,4). Sum of RGB (Red+Green+Blue) = 172+2+4=178 (23% of max value = 765). Red value is 172 (67.58% from 255 or 96.63% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 4 (1.95% from 255 or 2.25% from 178); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0204 is #53FDFB. Grayscale: #353535. Windows color (decimal): -5504508 or 262828. OLE color: 262828.

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

Color convert

RGB 172 2 4 -
CMYK 0 0.99 0.98 0.33
HSL 359.29º 0.98% 0.34% -
HSV(B) 359.29º 0.99% 0.67% -
XYZ 17.06 8.82 0.92 -
YUV 53.06 100.32 212.84 -
System Red Green Blue C M Y K H S L
Decimal 172 2 4 0 0.99 0.98 0.33 359.29 0.98 0.34
Hex AC 2 4 0 63 62 21 167 62 22
Octal 254 2 4 0 143 142 41 547 142 42
Binary 10101100 10 100 0 1100011 1100010 100001 101100111 1100010 100010

Color Harmonies of #AC0204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0204

Black with #AC0204

Text Example


Text Example

White with #AC0204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0204; }

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

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

background-color css

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

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

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

border-color css

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

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

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