Html Css Color HEX #AC0914 Carmine

📋 copy color: '#AC0914'

red 172 ◦ green 9 ◦ blue 20

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

Shades of Carmine #AC0914

Tints of Carmine #AC0914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.48%

 BLUE value IS 20 (8.2% from 255) = 9.95%

R = 85.57%
G = 4.48%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC0914 (or 0xAC0914) is known color: Carmine. HEX triplet: AC, 09 and 14. RGB value is (172,9,20). Sum of RGB (Red+Green+Blue) = 172+9+20=201 (26% of max value = 765). Red value is 172 (67.58% from 255 or 85.57% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0914 is #53F6EB. Grayscale: #3B3B3B. Windows color (decimal): -5502700 or 1313196. OLE color: 1313196.

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

Color convert

RGB 172 9 20 -
CMYK 0 0.95 0.88 0.33
HSL 355.95º 0.9% 0.35% -
HSV(B) 355.95º 0.95% 0.67% -
XYZ 17.24 9.02 1.49 -
YUV 58.99 106 208.61 -
System Red Green Blue C M Y K H S L
Decimal 172 9 20 0 0.95 0.88 0.33 355.95 0.9 0.35
Hex AC 9 14 0 5F 58 21 164 5A 23
Octal 254 11 24 0 137 130 41 544 132 43
Binary 10101100 1001 10100 0 1011111 1011000 100001 101100100 1011010 100011

Color Harmonies of #AC0914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0914

Black with #AC0914

Text Example


Text Example

White with #AC0914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0914; }

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

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

background-color css

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

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

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

border-color css

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

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

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