#A00214

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

Shades of Carmine #A00214

Tints of Carmine #A00214

Color information

#A00214 (or 0xA00214) is unknown color: approx Carmine. HEX triplet: A0, 02 and 14. RGB value is (160,2,20). Sum of RGB (Red+Green+Blue) = 160+2+20=182 (24% of max value = 765). Red value is 160 (62.89% from 255 or 87.91% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 160 - color contains mainly: red. Hex color #A00214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00214 is #5FFDEB. Grayscale: #333333. Windows color (decimal): -6290924 or 1311392. OLE color: 1311392.

HSL color Cylindrical-coordinate representation of color #A00214: hue angle of 353.16º 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 #A00214 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB160220-
CMYK00.990.880.37
HSL353.16º97.53%31.76%-
HSV(B)353.16º98.75%62.75%-
XYZ14.657.571.35-
YUV51.29110.35205.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 87.91%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 20 (8.20% from 255) = 10.99%
R=87.91%
G=1.10%
B=10.99%

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
Decimal16022000.990.880.37353.1697.5331.76
HexA021406358251616220
Octal24022401431304554114240
Binary1010000010101000110001110110001001011011000011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00214; }

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

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

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

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

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

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

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

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