#A00F32

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

Shades of Carmine #A00F32

Tints of Carmine #A00F32

Color information

#A00F32 (or 0xA00F32) is unknown color: approx Carmine. HEX triplet: A0, 0F and 32. RGB value is (160,15,50). Sum of RGB (Red+Green+Blue) = 160+15+50=225 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.11% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00F32 is #5FF0CD. Grayscale: #3E3E3E. Windows color (decimal): -6287566 or 3280800. OLE color: 3280800.

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

Color convert

RGB1601550-
CMYK00.910.690.37
HSL345.52º82.86%34.31%-
HSV(B)345.52º90.62%62.75%-
XYZ15.248.053.77-
YUV62.34121.04197.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 71.11%
GREEN value IS 15 (6.25% from 255) = 6.67%
BLUE value IS 50 (19.92% from 255) = 22.22%
R=71.11%
G=6.67%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160155000.910.690.37345.5282.8634.31
HexA0F3205B452515a5322
Octal240176201331054553212342
Binary1010000011111100100101101110001011001011010110101010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00F32; }

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

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

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

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

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

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

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

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