Html Css Color HEX #AC0910 Carmine

📋 copy color: '#AC0910'

red 172 ◦ green 9 ◦ blue 16

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

Shades of Carmine #AC0910

Tints of Carmine #AC0910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.12%

R = 87.31%
G = 4.57%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC0910 (or 0xAC0910) is known color: Carmine. HEX triplet: AC, 09 and 10. RGB value is (172,9,16). Sum of RGB (Red+Green+Blue) = 172+9+16=197 (26% of max value = 765). Red value is 172 (67.58% from 255 or 87.31% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0910 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0910 is #53F6EF. Grayscale: #3A3A3A. Windows color (decimal): -5502704 or 1051052. OLE color: 1051052.

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

Color convert

RGB 172 9 16 -
CMYK 0 0.95 0.91 0.33
HSL 357.42º 0.9% 0.35% -
HSV(B) 357.42º 0.95% 0.67% -
XYZ 17.2 9 1.32 -
YUV 58.54 104 208.93 -
System Red Green Blue C M Y K H S L
Decimal 172 9 16 0 0.95 0.91 0.33 357.42 0.9 0.35
Hex AC 9 10 0 5F 5B 21 165 5A 23
Octal 254 11 20 0 137 133 41 545 132 43
Binary 10101100 1001 10000 0 1011111 1011011 100001 101100101 1011010 100011

Color Harmonies of #AC0910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0910

Black with #AC0910

Text Example


Text Example

White with #AC0910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0910; }

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

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

background-color css

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

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

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

border-color css

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

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

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