Html Css Color HEX #AC0A2A Carmine

📋 copy color: '#AC0A2A'

red 172 ◦ green 10 ◦ blue 42

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

Shades of Carmine #AC0A2A

Tints of Carmine #AC0A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.75%

R = 76.79%
G = 4.46%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC0A2A (or 0xAC0A2A) is known color: Carmine. HEX triplet: AC, 0A and 2A. RGB value is (172,10,42). Sum of RGB (Red+Green+Blue) = 172+10+42=224 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.79% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0A2A is #53F5D5. Grayscale: #3E3E3E. Windows color (decimal): -5502422 or 2755244. OLE color: 2755244.

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

Color convert

RGB 172 10 42 -
CMYK 0 0.94 0.76 0.33
HSL 348.15º 0.89% 0.36% -
HSV(B) 348.15º 0.94% 0.67% -
XYZ 17.54 9.15 3.03 -
YUV 62.09 116.67 206.4 -
System Red Green Blue C M Y K H S L
Decimal 172 10 42 0 0.94 0.76 0.33 348.15 0.89 0.36
Hex AC A 2A 0 5E 4C 21 15C 59 24
Octal 254 12 52 0 136 114 41 534 131 44
Binary 10101100 1010 101010 0 1011110 1001100 100001 101011100 1011001 100100

Color Harmonies of #AC0A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0A2A

Black with #AC0A2A

Text Example


Text Example

White with #AC0A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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