#A00C1E

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

Shades of Carmine #A00C1E

Tints of Carmine #A00C1E

Color information

#A00C1E (or 0xA00C1E) is unknown color: approx Carmine. HEX triplet: A0, 0C and 1E. RGB value is (160,12,30). Sum of RGB (Red+Green+Blue) = 160+12+30=202 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.21% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 30 (12.11% from 255 or 14.85% from 202); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00C1E is #5FF3E1. Grayscale: #3A3A3A. Windows color (decimal): -6288354 or 1969312. OLE color: 1969312.

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

Color convert

RGB1601230-
CMYK00.930.810.37
HSL352.7º86.05%33.73%-
HSV(B)352.7º92.5%62.75%-
XYZ14.867.831.96-
YUV58.3112.03200.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 79.21%
GREEN value IS 12 (5.08% from 255) = 5.94%
BLUE value IS 30 (12.11% from 255) = 14.85%
R=79.21%
G=5.94%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160123000.930.810.37352.786.0533.73
HexA0C1E05D51251615622
Octal240143601351214554112642
Binary101000001100111100101110110100011001011011000011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00C1E; }

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

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

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

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

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

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

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

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