#A30211

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

Shades of Carmine #A30211

Tints of Carmine #A30211

Color information

#A30211 (or 0xA30211) is unknown color: approx Carmine. HEX triplet: A3, 02 and 11. RGB value is (163,2,17). Sum of RGB (Red+Green+Blue) = 163+2+17=182 (24% of max value = 765). Red value is 163 (64.06% from 255 or 89.56% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 163 - color contains mainly: red. Hex color #A30211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30211 is #5CFDEE. Grayscale: #333333. Windows color (decimal): -6094319 or 1114787. OLE color: 1114787.

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

Color convert

RGB163217-
CMYK00.990.900.36
HSL354.41º97.58%32.35%-
HSV(B)354.41º98.77%63.92%-
XYZ15.237.871.25-
YUV51.85108.34207.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 89.56%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 17 (7.03% from 255) = 9.34%
R=89.56%
G=1.10%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16321700.990.900.36354.4197.5832.35
HexA32110635A241626220
Octal24322101431324454214240
Binary1010001110100010110001110110101001001011000101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30211; }

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

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

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

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

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

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

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

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