#A00F2A

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

Shades of Carmine #A00F2A

Tints of Carmine #A00F2A

Color information

#A00F2A (or 0xA00F2A) is unknown color: approx Carmine. HEX triplet: A0, 0F and 2A. RGB value is (160,15,42). Sum of RGB (Red+Green+Blue) = 160+15+42=217 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.73% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00F2A is #5FF0D5. Grayscale: #3D3D3D. Windows color (decimal): -6287574 or 2756512. OLE color: 2756512.

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

Color convert

RGB1601542-
CMYK00.910.740.37
HSL348.83º82.86%34.31%-
HSV(B)348.83º90.62%62.75%-
XYZ15.097.982.94-
YUV61.43117.04198.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 73.73%
GREEN value IS 15 (6.25% from 255) = 6.91%
BLUE value IS 42 (16.80% from 255) = 19.35%
R=73.73%
G=6.91%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160154200.910.740.37348.8382.8634.31
HexA0F2A05B4A2515d5322
Octal240175201331124553512342
Binary1010000011111010100101101110010101001011010111011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00F2A; }

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

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

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

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

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

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

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

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