#A00611

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

Shades of Carmine #A00611

Tints of Carmine #A00611

Color information

#A00611 (or 0xA00611) is unknown color: approx Carmine. HEX triplet: A0, 06 and 11. RGB value is (160,6,17). Sum of RGB (Red+Green+Blue) = 160+6+17=183 (24% of max value = 765). Red value is 160 (62.89% from 255 or 87.43% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 160 - color contains mainly: red. Hex color #A00611 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00611 is #5FF9EE. Grayscale: #353535. Windows color (decimal): -6289903 or 1115808. OLE color: 1115808.

HSL color Cylindrical-coordinate representation of color #A00611: hue angle of 355.71º 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 #A00611 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB160617-
CMYK00.960.890.37
HSL355.71º92.77%32.55%-
HSV(B)355.71º96.25%62.75%-
XYZ14.667.641.23-
YUV53.3107.52204.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 87.43%
GREEN value IS 6 (2.73% from 255) = 3.28%
BLUE value IS 17 (7.03% from 255) = 9.29%
R=87.43%
G=3.28%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16061700.960.890.37355.7192.7732.55
HexA061106059251645d21
Octal24062101401314554413541
Binary10100000110100010110000010110011001011011001001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00611; }

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

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

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

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

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

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

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

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