Html Css Color HEX #AC0409 Sangria

📋 copy color: '#AC0409'

red 172 ◦ green 4 ◦ blue 9

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

Shades of Sangria #AC0409

Tints of Sangria #AC0409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.16%

 BLUE value IS 9 (3.91% from 255) = 4.86%

R = 92.97%
G = 2.16%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC0409 (or 0xAC0409) is known color: Sangria. HEX triplet: AC, 04 and 09. RGB value is (172,4,9). Sum of RGB (Red+Green+Blue) = 172+4+9=185 (24% of max value = 765). Red value is 172 (67.58% from 255 or 92.97% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 9 (3.91% from 255 or 4.86% from 185); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0409 is #53FBF6. Grayscale: #363636. Windows color (decimal): -5503991 or 591020. OLE color: 591020.

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

Color convert

RGB 172 4 9 -
CMYK 0 0.98 0.95 0.33
HSL 358.21º 0.95% 0.35% -
HSV(B) 358.21º 0.98% 0.67% -
XYZ 17.11 8.88 1.07 -
YUV 54.8 102.16 211.59 -
System Red Green Blue C M Y K H S L
Decimal 172 4 9 0 0.98 0.95 0.33 358.21 0.95 0.35
Hex AC 4 9 0 62 5F 21 166 5F 23
Octal 254 4 11 0 142 137 41 546 137 43
Binary 10101100 100 1001 0 1100010 1011111 100001 101100110 1011111 100011

Color Harmonies of #AC0409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0409

Black with #AC0409

Text Example


Text Example

White with #AC0409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0409; }

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

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

background-color css

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

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

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

border-color css

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

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

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