#A00213

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

Shades of Carmine #A00213

Tints of Carmine #A00213

Color information

#A00213 (or 0xA00213) is unknown color: approx Carmine. HEX triplet: A0, 02 and 13. RGB value is (160,2,19). Sum of RGB (Red+Green+Blue) = 160+2+19=181 (23% of max value = 765). Red value is 160 (62.89% from 255 or 88.40% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 160 - color contains mainly: red. Hex color #A00213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00213 is #5FFDEC. Grayscale: #333333. Windows color (decimal): -6290925 or 1245856. OLE color: 1245856.

HSL color Cylindrical-coordinate representation of color #A00213: hue angle of 353.54º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00213 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB160219-
CMYK00.990.880.37
HSL353.54º97.53%31.76%-
HSV(B)353.54º98.75%62.75%-
XYZ14.647.561.3-
YUV51.18109.85205.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 88.40%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 19 (7.81% from 255) = 10.50%
R=88.40%
G=1.10%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16021900.990.880.37353.5497.5331.76
HexA021306358251626220
Octal24022301431304554214240
Binary1010000010100110110001110110001001011011000101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00213; }

 p { color: rgb(160,2,19); }

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

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

 a { background-color: rgb(160,2,19); }

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

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

 span { border-color: rgb(160,2,19); }

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