#A10222

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

Shades of Carmine #A10222

Tints of Carmine #A10222

Color information

#A10222 (or 0xA10222) is unknown color: approx Carmine. HEX triplet: A1, 02 and 22. RGB value is (161,2,34). Sum of RGB (Red+Green+Blue) = 161+2+34=197 (26% of max value = 765). Red value is 161 (63.28% from 255 or 81.73% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 161 - color contains mainly: red. Hex color #A10222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10222 is #5EFDDD. Grayscale: #353535. Windows color (decimal): -6225374 or 2228897. OLE color: 2228897.

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

Color convert

RGB161234-
CMYK00.990.790.37
HSL347.92º97.55%31.96%-
HSV(B)347.92º98.76%63.14%-
XYZ15.017.742.22-
YUV53.19117.18204.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 81.73%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 34 (13.67% from 255) = 17.26%
R=81.73%
G=1.02%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16123400.990.790.37347.9297.5531.96
HexA12220634F2515c6220
Octal24124201431174553414240
Binary10100001101000100110001110011111001011010111001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10222; }

 p { color: rgb(161,2,34); }

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

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

 a { background-color: rgb(161,2,34); }

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

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

 span { border-color: rgb(161,2,34); }

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