#AC0135

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

Shades of Carmine #AC0135

Tints of Carmine #AC0135

Color information

#AC0135 (or 0xAC0135) is unknown color: approx Carmine. HEX triplet: AC, 01 and 35. RGB value is (172,1,53). Sum of RGB (Red+Green+Blue) = 172+1+53=226 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.11% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0135 is #53FECA. Grayscale: #3A3A3A. Windows color (decimal): -5504715 or 3473836. OLE color: 3473836.

HSL color Cylindrical-coordinate representation of color #AC0135: hue angle of 341.75º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC0135 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB172153-
CMYK00.990.690.33
HSL341.75º98.84%33.92%-
HSV(B)341.75º99.42%67.45%-
XYZ17.679.054.18-
YUV58.06125.15209.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 76.11%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 53 (21.09% from 255) = 23.45%
R=76.11%
G=0.44%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215300.990.690.33341.7598.8433.92
HexAC13506345211566322
Octal25416501431054152614342
Binary1010110011101010110001110001011000011010101101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0135; }

 p { color: rgb(172,1,53); }

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

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

 a { background-color: rgb(172,1,53); }

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

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

 span { border-color: rgb(172,1,53); }

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