#AC001F

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

Shades of Carmine #AC001F

Tints of Carmine #AC001F

Color information

#AC001F (or 0xAC001F) is unknown color: approx Carmine. HEX triplet: AC, 00 and 1F. RGB value is (172,0,31). Sum of RGB (Red+Green+Blue) = 172+0+31=203 (26% of max value = 765). Red value is 172 (67.58% from 255 or 84.73% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 172 - color contains mainly: red. Hex color #AC001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC001F is #53FFE0. Grayscale: #373737. Windows color (decimal): -5504993 or 2031788. OLE color: 2031788.

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

Color convert

RGB172031-
CMYK010.820.33
HSL349.19º100%33.73%-
HSV(B)349.19º100%67.45%-
XYZ17.268.872.1-
YUV54.96114.48211.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 84.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 15.27%
R=84.73%
G=0%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172031010.820.33349.1910033.73
HexAC01F064522115d6422
Octal25403701441224153514442
Binary101011000111110110010010100101000011010111011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC001F; }

 p { color: rgb(172,0,31); }

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

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

 a { background-color: rgb(172,0,31); }

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

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

 span { border-color: rgb(172,0,31); }

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