#A81224

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

Shades of Carmine #A81224

Tints of Carmine #A81224

Color information

#A81224 (or 0xA81224) is unknown color: approx Carmine. HEX triplet: A8, 12 and 24. RGB value is (168,18,36). Sum of RGB (Red+Green+Blue) = 168+18+36=222 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.68% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 36 (14.45% from 255 or 16.22% from 222); Max value from RGB is 168 - color contains mainly: red. Hex color #A81224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81224 is #57EDDB. Grayscale: #404040. Windows color (decimal): -5762524 or 2364072. OLE color: 2364072.

HSL color Cylindrical-coordinate representation of color #A81224: hue angle of 352.8º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81224 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB1681836-
CMYK00.890.790.34
HSL352.8º80.65%36.47%-
HSV(B)352.8º89.29%65.88%-
XYZ16.688.882.5-
YUV64.9111.7201.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 75.68%
GREEN value IS 18 (7.42% from 255) = 8.11%
BLUE value IS 36 (14.45% from 255) = 16.22%
R=75.68%
G=8.11%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168183600.890.790.34352.880.6536.47
HexA812240594F221615124
Octal250224401311174254112144
Binary10101000100101001000101100110011111000101011000011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81224; }

 p { color: rgb(168,18,36); }

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

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

 a { background-color: rgb(168,18,36); }

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

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

 span { border-color: rgb(168,18,36); }

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