#A30212

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

Shades of Carmine #A30212

Tints of Carmine #A30212

Color information

#A30212 (or 0xA30212) is unknown color: approx Carmine. HEX triplet: A3, 02 and 12. RGB value is (163,2,18). Sum of RGB (Red+Green+Blue) = 163+2+18=183 (24% of max value = 765). Red value is 163 (64.06% from 255 or 89.07% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 163 - color contains mainly: red. Hex color #A30212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30212 is #5CFDED. Grayscale: #343434. Windows color (decimal): -6094318 or 1180323. OLE color: 1180323.

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

Color convert

RGB163218-
CMYK00.990.890.36
HSL354.04º97.58%32.35%-
HSV(B)354.04º98.77%63.92%-
XYZ15.247.871.29-
YUV51.96108.84207.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 89.07%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 18 (7.42% from 255) = 9.84%
R=89.07%
G=1.09%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16321800.990.890.36354.0497.5832.35
HexA321206359241626220
Octal24322201431314454214240
Binary1010001110100100110001110110011001001011000101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30212; }

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

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

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

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

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

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

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

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