#a00f15

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

Shades of Carmine #A00F15

Tints of Carmine #A00F15

Color information

#A00F15 (or 0xA00F15) is unknown color: approx Carmine. HEX triplet: A0, 0F and 15. RGB value is (160,15,21). Sum of RGB (Red+Green+Blue) = 160+15+21=196 (25% of max value = 765). Red value is 160 (62.89% from 255 or 81.63% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00F15 is #5FF0EA. Grayscale: #3B3B3B. Windows color (decimal): -6287595 or 1380256. OLE color: 1380256.

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

Color convert

RGB1601521-
CMYK00.910.870.37
HSL357.52º82.86%34.31%-
HSV(B)357.52º90.62%62.75%-
XYZ14.87.871.45-
YUV59.04106.54200.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 81.63%
GREEN value IS 15 (6.25% from 255) = 7.65%
BLUE value IS 21 (8.59% from 255) = 10.71%
R=81.63%
G=7.65%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.87
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160152100.910.870.37357.5282.8634.31
HexA0F1505B57251665322
Octal240172501331274554612342
Binary101000001111101010101101110101111001011011001101010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a00f15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a00f15; }

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

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

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

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

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

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

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

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