#A21518

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

Shades of Carmine #A21518

Tints of Carmine #A21518

Color information

#A21518 (or 0xA21518) is unknown color: approx Carmine. HEX triplet: A2, 15 and 18. RGB value is (162,21,24). Sum of RGB (Red+Green+Blue) = 162+21+24=207 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.26% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 162 - color contains mainly: red. Hex color #A21518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21518 is #5DEAE7. Grayscale: #3F3F3F. Windows color (decimal): -6154984 or 1578402. OLE color: 1578402.

HSL color Cylindrical-coordinate representation of color #A21518: hue angle of 358.72º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21518 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB1622124-
CMYK00.870.850.36
HSL358.72º77.05%35.88%-
HSV(B)358.72º87.04%63.53%-
XYZ15.338.281.65-
YUV63.5105.71198.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 78.26%
GREEN value IS 21 (8.59% from 255) = 10.14%
BLUE value IS 24 (9.77% from 255) = 11.59%
R=78.26%
G=10.14%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162212400.870.850.36358.7277.0535.88
HexA2151805755241674d24
Octal242253001271254454711544
Binary1010001010101110000101011110101011001001011001111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21518; }

 p { color: rgb(162,21,24); }

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

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

 a { background-color: rgb(162,21,24); }

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

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

 span { border-color: rgb(162,21,24); }

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