#A30A16

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

Shades of Carmine #A30A16

Tints of Carmine #A30A16

Color information

#A30A16 (or 0xA30A16) is unknown color: approx Carmine. HEX triplet: A3, 0A and 16. RGB value is (163,10,22). Sum of RGB (Red+Green+Blue) = 163+10+22=195 (25% of max value = 765). Red value is 163 (64.06% from 255 or 83.59% from 195); Green value is 10 (4.30% from 255 or 5.13% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 163 - color contains mainly: red. Hex color #A30A16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30A16 is #5CF5E9. Grayscale: #393939. Windows color (decimal): -6092266 or 1444515. OLE color: 1444515.

HSL color Cylindrical-coordinate representation of color #A30A16: hue angle of 355.29º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30A16 is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB1631022-
CMYK00.940.870.36
HSL355.29º88.44%33.92%-
HSV(B)355.29º93.87%63.92%-
XYZ15.368.061.51-
YUV57.11108.19203.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 83.59%
GREEN value IS 10 (4.30% from 255) = 5.13%
BLUE value IS 22 (8.98% from 255) = 11.28%
R=83.59%
G=5.13%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163102200.940.870.36355.2988.4433.92
HexA3A1605E57241635822
Octal243122601361274454313042
Binary101000111010101100101111010101111001001011000111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30A16; }

 p { color: rgb(163,10,22); }

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

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

 a { background-color: rgb(163,10,22); }

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

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

 span { border-color: rgb(163,10,22); }

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