#A00616

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

Shades of Carmine #A00616

Tints of Carmine #A00616

Color information

#A00616 (or 0xA00616) is unknown color: approx Carmine. HEX triplet: A0, 06 and 16. RGB value is (160,6,22). Sum of RGB (Red+Green+Blue) = 160+6+22=188 (24% of max value = 765). Red value is 160 (62.89% from 255 or 85.11% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 160 - color contains mainly: red. Hex color #A00616 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00616 is #5FF9E9. Grayscale: #353535. Windows color (decimal): -6289898 or 1443488. OLE color: 1443488.

HSL color Cylindrical-coordinate representation of color #A00616: hue angle of 353.77º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00616 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB160622-
CMYK00.960.860.37
HSL353.77º92.77%32.55%-
HSV(B)353.77º96.25%62.75%-
XYZ14.717.661.46-
YUV53.87110.02203.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 85.11%
GREEN value IS 6 (2.73% from 255) = 3.19%
BLUE value IS 22 (8.98% from 255) = 11.70%
R=85.11%
G=3.19%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16062200.960.860.37353.7792.7732.55
HexA061606056251625d21
Octal24062601401264554213541
Binary10100000110101100110000010101101001011011000101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00616; }

 p { color: rgb(160,6,22); }

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

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

 a { background-color: rgb(160,6,22); }

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

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

 span { border-color: rgb(160,6,22); }

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