Html Css Color HEX #AC0A2C Carmine

📋 copy color: '#AC0A2C'

red 172 ◦ green 10 ◦ blue 44

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

Shades of Carmine #AC0A2C

Tints of Carmine #AC0A2C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.42%

 BLUE value IS 44 (17.58% from 255) = 19.47%

R = 76.11%
G = 4.42%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC0A2C (or 0xAC0A2C) is known color: Carmine. HEX triplet: AC, 0A and 2C. RGB value is (172,10,44). Sum of RGB (Red+Green+Blue) = 172+10+44=226 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.11% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0A2C is #53F5D3. Grayscale: #3E3E3E. Windows color (decimal): -5502420 or 2886316. OLE color: 2886316.

HSL color Cylindrical-coordinate representation of color #AC0A2C: hue angle of 347.41º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0A2C is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 10 44 -
CMYK 0 0.94 0.74 0.33
HSL 347.41º 0.89% 0.36% -
HSV(B) 347.41º 0.94% 0.67% -
XYZ 17.58 9.17 3.23 -
YUV 62.31 117.67 206.24 -
System Red Green Blue C M Y K H S L
Decimal 172 10 44 0 0.94 0.74 0.33 347.41 0.89 0.36
Hex AC A 2C 0 5E 4A 21 15B 59 24
Octal 254 12 54 0 136 112 41 533 131 44
Binary 10101100 1010 101100 0 1011110 1001010 100001 101011011 1011001 100100

Color Harmonies of #AC0A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0A2C

Black with #AC0A2C

Text Example


Text Example

White with #AC0A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0A2C; }

 p { color: rgb(172,10,44); }

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

background-color css

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

 a { background-color: rgb(172,10,44); }

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

border-color css

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

 span { border-color: rgb(172,10,44); }

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