#A00516

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

Shades of Carmine #A00516

Tints of Carmine #A00516

Color information

#A00516 (or 0xA00516) is unknown color: approx Carmine. HEX triplet: A0, 05 and 16. RGB value is (160,5,22). Sum of RGB (Red+Green+Blue) = 160+5+22=187 (24% of max value = 765). Red value is 160 (62.89% from 255 or 85.56% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 160 - color contains mainly: red. Hex color #A00516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00516 is #5FFAE9. Grayscale: #353535. Windows color (decimal): -6290154 or 1443232. OLE color: 1443232.

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

Color convert

RGB160522-
CMYK00.970.860.37
HSL353.42º93.94%32.35%-
HSV(B)353.42º96.88%62.75%-
XYZ14.77.641.46-
YUV53.28110.35204.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 85.56%
GREEN value IS 5 (2.34% from 255) = 2.67%
BLUE value IS 22 (8.98% from 255) = 11.76%
R=85.56%
G=2.67%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16052200.970.860.37353.4293.9432.35
HexA051606156251615e20
Octal24052601411264554113640
Binary10100000101101100110000110101101001011011000011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00516; }

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

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

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

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

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

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

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

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