#A00314

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

Shades of Carmine #A00314

Tints of Carmine #A00314

Color information

#A00314 (or 0xA00314) is unknown color: approx Carmine. HEX triplet: A0, 03 and 14. RGB value is (160,3,20). Sum of RGB (Red+Green+Blue) = 160+3+20=183 (24% of max value = 765). Red value is 160 (62.89% from 255 or 87.43% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 160 - color contains mainly: red. Hex color #A00314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00314 is #5FFCEB. Grayscale: #333333. Windows color (decimal): -6290668 or 1311648. OLE color: 1311648.

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

Color convert

RGB160320-
CMYK00.980.880.37
HSL353.5º96.32%31.96%-
HSV(B)353.5º98.12%62.75%-
XYZ14.667.591.35-
YUV51.88110.01205.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 87.43%
GREEN value IS 3 (1.56% from 255) = 1.64%
BLUE value IS 20 (8.20% from 255) = 10.93%
R=87.43%
G=1.64%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16032000.980.880.37353.596.3231.96
HexA031406258251626020
Octal24032401421304554214040
Binary1010000011101000110001010110001001011011000101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00314; }

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

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

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

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

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

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

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

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