#A00D1E

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

Shades of Carmine #A00D1E

Tints of Carmine #A00D1E

Color information

#A00D1E (or 0xA00D1E) is unknown color: approx Carmine. HEX triplet: A0, 0D and 1E. RGB value is (160,13,30). Sum of RGB (Red+Green+Blue) = 160+13+30=203 (26% of max value = 765). Red value is 160 (62.89% from 255 or 78.82% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 30 (12.11% from 255 or 14.78% from 203); Max value from RGB is 160 - color contains mainly: red. Hex color #A00D1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00D1E is #5FF2E1. Grayscale: #3A3A3A. Windows color (decimal): -6288098 or 1969568. OLE color: 1969568.

HSL color Cylindrical-coordinate representation of color #A00D1E: hue angle of 353.06º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A00D1E is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB1601330-
CMYK00.920.810.37
HSL353.06º84.97%33.92%-
HSV(B)353.06º91.87%62.75%-
XYZ14.887.861.96-
YUV58.89111.7200.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 78.82%
GREEN value IS 13 (5.47% from 255) = 6.40%
BLUE value IS 30 (12.11% from 255) = 14.78%
R=78.82%
G=6.40%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160133000.920.810.37353.0684.9733.92
HexA0D1E05C51251615522
Octal240153601341214554112542
Binary101000001101111100101110010100011001011011000011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00D1E; }

 p { color: rgb(160,13,30); }

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

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

 a { background-color: rgb(160,13,30); }

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

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

 span { border-color: rgb(160,13,30); }

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