Html Css Color HEX #AC0E29 Carmine

📋 copy color: '#AC0E29'

red 172 ◦ green 14 ◦ blue 41

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

Shades of Carmine #AC0E29

Tints of Carmine #AC0E29

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.17%

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

R = 75.77%
G = 6.17%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC0E29 (or 0xAC0E29) is known color: Carmine. HEX triplet: AC, 0E and 29. RGB value is (172,14,41). Sum of RGB (Red+Green+Blue) = 172+14+41=227 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.77% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0E29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0E29 is #53F1D6. Grayscale: #404040. Windows color (decimal): -5501399 or 2690732. OLE color: 2690732.

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

Color convert

RGB 172 14 41 -
CMYK 0 0.92 0.76 0.33
HSL 349.75º 0.85% 0.36% -
HSV(B) 349.75º 0.92% 0.67% -
XYZ 17.57 9.24 2.96 -
YUV 64.32 114.85 204.8 -
System Red Green Blue C M Y K H S L
Decimal 172 14 41 0 0.92 0.76 0.33 349.75 0.85 0.36
Hex AC E 29 0 5C 4C 21 15E 55 24
Octal 254 16 51 0 134 114 41 536 125 44
Binary 10101100 1110 101001 0 1011100 1001100 100001 101011110 1010101 100100

Color Harmonies of #AC0E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0E29

Black with #AC0E29

Text Example


Text Example

White with #AC0E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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