#A90212

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

Shades of Carmine #A90212

Tints of Carmine #A90212

Color information

#A90212 (or 0xA90212) is unknown color: approx Carmine. HEX triplet: A9, 02 and 12. RGB value is (169,2,18). Sum of RGB (Red+Green+Blue) = 169+2+18=189 (25% of max value = 765). Red value is 169 (66.41% from 255 or 89.42% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 169 - color contains mainly: red. Hex color #A90212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90212 is #56FDED. Grayscale: #353535. Windows color (decimal): -5701102 or 1180329. OLE color: 1180329.

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

Color convert

RGB169218-
CMYK00.990.890.34
HSL354.25º97.66%33.53%-
HSV(B)354.25º98.82%66.27%-
XYZ16.498.521.35-
YUV53.76107.83210.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 89.42%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 18 (7.42% from 255) = 9.52%
R=89.42%
G=1.06%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16921800.990.890.34354.2597.6633.53
HexA921206359221626222
Octal25122201431314254214242
Binary1010100110100100110001110110011000101011000101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90212; }

 p { color: rgb(169,2,18); }

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

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

 a { background-color: rgb(169,2,18); }

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

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

 span { border-color: rgb(169,2,18); }

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