#AC0429

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

Shades of Carmine #AC0429

Tints of Carmine #AC0429

Color information

#AC0429 (or 0xAC0429) is unknown color: approx Carmine. HEX triplet: AC, 04 and 29. RGB value is (172,4,41). Sum of RGB (Red+Green+Blue) = 172+4+41=217 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.26% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 41 (16.41% from 255 or 18.89% from 217); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0429 is #53FBD6. Grayscale: #3A3A3A. Windows color (decimal): -5503959 or 2688172. OLE color: 2688172.

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

Color convert

RGB172441-
CMYK00.980.760.33
HSL346.79º95.45%34.51%-
HSV(B)346.79º97.67%67.45%-
XYZ17.469.022.92-
YUV58.45118.16208.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 79.26%
GREEN value IS 4 (1.95% from 255) = 1.84%
BLUE value IS 41 (16.41% from 255) = 18.89%
R=79.26%
G=1.84%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17244100.980.760.33346.7995.4534.51
HexAC4290624C2115b5f23
Octal25445101421144153313743
Binary101011001001010010110001010011001000011010110111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0429; }

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

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

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

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

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

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

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

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