#A00315

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

Shades of Carmine #A00315

Tints of Carmine #A00315

Color information

#A00315 (or 0xA00315) is unknown color: approx Carmine. HEX triplet: A0, 03 and 15. RGB value is (160,3,21). Sum of RGB (Red+Green+Blue) = 160+3+21=184 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.96% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 160 - color contains mainly: red. Hex color #A00315 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00315 is #5FFCEA. Grayscale: #343434. Windows color (decimal): -6290667 or 1377184. OLE color: 1377184.

HSL color Cylindrical-coordinate representation of color #A00315: hue angle of 353.12º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00315 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.37.

Color convert

RGB160321-
CMYK00.980.870.37
HSL353.12º96.32%31.96%-
HSV(B)353.12º98.12%62.75%-
XYZ14.677.591.4-
YUV52110.51205.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 86.96%
GREEN value IS 3 (1.56% from 255) = 1.63%
BLUE value IS 21 (8.59% from 255) = 11.41%
R=86.96%
G=1.63%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16032100.980.870.37353.1296.3231.96
HexA031506257251616020
Octal24032501421274554114040
Binary1010000011101010110001010101111001011011000011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00315; }

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

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

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

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

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

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

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

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