Html Css Color HEX #AC0508 Sangria

📋 copy color: '#AC0508'

red 172 ◦ green 5 ◦ blue 8

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

Shades of Sangria #AC0508

Tints of Sangria #AC0508

RGB

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

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

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

R = 92.97%
G = 2.7%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC0508 (or 0xAC0508) is known color: Sangria. HEX triplet: AC, 05 and 08. RGB value is (172,5,8). Sum of RGB (Red+Green+Blue) = 172+5+8=185 (24% of max value = 765). Red value is 172 (67.58% from 255 or 92.97% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0508 is #53FAF7. Grayscale: #373737. Windows color (decimal): -5503736 or 525740. OLE color: 525740.

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

Color convert

RGB 172 5 8 -
CMYK 0 0.97 0.95 0.33
HSL 358.92º 0.94% 0.35% -
HSV(B) 358.92º 0.97% 0.67% -
XYZ 17.11 8.9 1.05 -
YUV 55.28 101.33 211.26 -
System Red Green Blue C M Y K H S L
Decimal 172 5 8 0 0.97 0.95 0.33 358.92 0.94 0.35
Hex AC 5 8 0 61 5F 21 167 5E 23
Octal 254 5 10 0 141 137 41 547 136 43
Binary 10101100 101 1000 0 1100001 1011111 100001 101100111 1011110 100011

Color Harmonies of #AC0508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0508

Black with #AC0508

Text Example


Text Example

White with #AC0508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0508; }

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

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

background-color css

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

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

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

border-color css

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

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

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