Html Css Color HEX #AC0A29 Carmine

📋 copy color: '#AC0A29'

red 172 ◦ green 10 ◦ blue 41

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

Shades of Carmine #AC0A29

Tints of Carmine #AC0A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.39%

R = 77.13%
G = 4.48%
B = 18.39%

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

#AC0A29 (or 0xAC0A29) is known color: Carmine. HEX triplet: AC, 0A and 29. RGB value is (172,10,41). Sum of RGB (Red+Green+Blue) = 172+10+41=223 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.13% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 41 (16.41% from 255 or 18.39% from 223); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0A29 is #53F5D6. Grayscale: #3E3E3E. Windows color (decimal): -5502423 or 2689708. OLE color: 2689708.

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

Color convert

RGB 172 10 41 -
CMYK 0 0.94 0.76 0.33
HSL 348.52º 0.89% 0.36% -
HSV(B) 348.52º 0.94% 0.67% -
XYZ 17.52 9.15 2.94 -
YUV 61.97 116.17 206.48 -
System Red Green Blue C M Y K H S L
Decimal 172 10 41 0 0.94 0.76 0.33 348.52 0.89 0.36
Hex AC A 29 0 5E 4C 21 15D 59 24
Octal 254 12 51 0 136 114 41 535 131 44
Binary 10101100 1010 101001 0 1011110 1001100 100001 101011101 1011001 100100

Color Harmonies of #AC0A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0A29

Black with #AC0A29

Text Example


Text Example

White with #AC0A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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