#A00111

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

Shades of Carmine #A00111

Tints of Carmine #A00111

Color information

#A00111 (or 0xA00111) is unknown color: approx Carmine. HEX triplet: A0, 01 and 11. RGB value is (160,1,17). Sum of RGB (Red+Green+Blue) = 160+1+17=178 (23% of max value = 765). Red value is 160 (62.89% from 255 or 89.89% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 160 - color contains mainly: red. Hex color #A00111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00111 is #5FFEEE. Grayscale: #323232. Windows color (decimal): -6291183 or 1114528. OLE color: 1114528.

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

Color convert

RGB160117-
CMYK00.990.890.37
HSL353.96º98.76%31.57%-
HSV(B)353.96º99.37%62.75%-
XYZ14.617.541.21-
YUV50.36109.18206.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 89.89%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 17 (7.03% from 255) = 9.55%
R=89.89%
G=0.56%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011700.990.890.37353.9698.7631.57
HexA011106359251626320
Octal24012101431314554214340
Binary101000001100010110001110110011001011011000101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00111; }

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

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

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

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

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

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

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

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