#AC0929

Color #AC0929 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #AC0929

Tints of Carmine #AC0929

Color information

#AC0929 (or 0xAC0929) is unknown color: approx Carmine. HEX triplet: AC, 09 and 29. RGB value is (172,9,41). Sum of RGB (Red+Green+Blue) = 172+9+41=222 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.48% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0929 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0929 is #53F6D6. Grayscale: #3D3D3D. Windows color (decimal): -5502679 or 2689452. OLE color: 2689452.

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

Color convert

RGB172941-
CMYK00.950.760.33
HSL348.22º90.06%35.49%-
HSV(B)348.22º94.77%67.45%-
XYZ17.519.132.94-
YUV61.38116.5206.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 77.48%
GREEN value IS 9 (3.91% from 255) = 4.05%
BLUE value IS 41 (16.41% from 255) = 18.47%
R=77.48%
G=4.05%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17294100.950.760.33348.2290.0635.49
HexAC92905F4C2115c5a23
Octal254115101371144153413243
Binary1010110010011010010101111110011001000011010111001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0929; }

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

 H1.HeaderClassName
 {
   color: #AC0929;
 }
 .AnyTagClassName
 {
   color: #AC0929;
 }
</style>
background-color css

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

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

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

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

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

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