#A00C2A

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

Shades of Carmine #A00C2A

Tints of Carmine #A00C2A

Color information

#A00C2A (or 0xA00C2A) is unknown color: approx Carmine. HEX triplet: A0, 0C and 2A. RGB value is (160,12,42). Sum of RGB (Red+Green+Blue) = 160+12+42=214 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.77% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00C2A is #5FF3D5. Grayscale: #3B3B3B. Windows color (decimal): -6288342 or 2755744. OLE color: 2755744.

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

Color convert

RGB1601242-
CMYK00.930.740.37
HSL347.84º86.05%33.73%-
HSV(B)347.84º92.5%62.75%-
XYZ15.057.92.92-
YUV59.67118.03199.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 74.77%
GREEN value IS 12 (5.08% from 255) = 5.61%
BLUE value IS 42 (16.80% from 255) = 19.63%
R=74.77%
G=5.61%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160124200.930.740.37347.8486.0533.73
HexA0C2A05D4A2515c5622
Octal240145201351124553412642
Binary1010000011001010100101110110010101001011010111001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00C2A; }

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

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

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

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

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

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

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

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