Html Css Color HEX #AC0208 Sangria

📋 copy color: '#AC0208'

red 172 ◦ green 2 ◦ blue 8

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

Shades of Sangria #AC0208

Tints of Sangria #AC0208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.4%

R = 94.51%
G = 1.1%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC0208 (or 0xAC0208) is known color: Sangria. HEX triplet: AC, 02 and 08. RGB value is (172,2,8). Sum of RGB (Red+Green+Blue) = 172+2+8=182 (24% of max value = 765). Red value is 172 (67.58% from 255 or 94.51% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 8 (3.52% from 255 or 4.40% from 182); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0208 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0208 is #53FDF7. Grayscale: #353535. Windows color (decimal): -5504504 or 524972. OLE color: 524972.

HSL color Cylindrical-coordinate representation of color #AC0208: hue angle of 357.88º 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 #AC0208 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 2 8 -
CMYK 0 0.99 0.95 0.33
HSL 357.88º 0.98% 0.34% -
HSV(B) 357.88º 0.99% 0.67% -
XYZ 17.08 8.83 1.03 -
YUV 53.51 102.32 212.51 -
System Red Green Blue C M Y K H S L
Decimal 172 2 8 0 0.99 0.95 0.33 357.88 0.98 0.34
Hex AC 2 8 0 63 5F 21 166 62 22
Octal 254 2 10 0 143 137 41 546 142 42
Binary 10101100 10 1000 0 1100011 1011111 100001 101100110 1100010 100010

Color Harmonies of #AC0208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0208

Black with #AC0208

Text Example


Text Example

White with #AC0208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0208; }

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

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

background-color css

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

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

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

border-color css

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

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

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