Html Css Color HEX #AC0008 Sangria

📋 copy color: '#AC0008'

red 172 ◦ green 0 ◦ blue 8

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

Shades of Sangria #AC0008

Tints of Sangria #AC0008

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 95.56%
G = 0%
B = 4.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC0008 (or 0xAC0008) is known color: Sangria. HEX triplet: AC, 00 and 08. RGB value is (172,0,8). Sum of RGB (Red+Green+Blue) = 172+0+8=180 (23% of max value = 765). Red value is 172 (67.58% from 255 or 95.56% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 8 (3.52% from 255 or 4.44% from 180); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0008 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0008 is #53FFF7. Grayscale: #343434. Windows color (decimal): -5505016 or 524460. OLE color: 524460.

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

Color convert

RGB 172 0 8 -
CMYK 0 1 0.95 0.33
HSL 357.21º 1% 0.34% -
HSV(B) 357.21º 1% 0.67% -
XYZ 17.06 8.79 1.03 -
YUV 52.34 102.98 213.35 -
System Red Green Blue C M Y K H S L
Decimal 172 0 8 0 1 0.95 0.33 357.21 1 0.34
Hex AC 0 8 0 64 5F 21 165 64 22
Octal 254 0 10 0 144 137 41 545 144 42
Binary 10101100 0 1000 0 1100100 1011111 100001 101100101 1100100 100010

Color Harmonies of #AC0008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0008

Black with #AC0008

Text Example


Text Example

White with #AC0008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0008; }

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

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

background-color css

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

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

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

border-color css

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

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

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