#A00413

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

Shades of Carmine #A00413

Tints of Carmine #A00413

Color information

#A00413 (or 0xA00413) is unknown color: approx Carmine. HEX triplet: A0, 04 and 13. RGB value is (160,4,19). Sum of RGB (Red+Green+Blue) = 160+4+19=183 (24% of max value = 765). Red value is 160 (62.89% from 255 or 87.43% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 160 - color contains mainly: red. Hex color #A00413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00413 is #5FFBEC. Grayscale: #343434. Windows color (decimal): -6290413 or 1246368. OLE color: 1246368.

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

Color convert

RGB160419-
CMYK00.980.880.37
HSL354.23º95.12%32.16%-
HSV(B)354.23º97.5%62.75%-
XYZ14.667.611.31-
YUV52.35109.18204.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 87.43%
GREEN value IS 4 (1.95% from 255) = 2.19%
BLUE value IS 19 (7.81% from 255) = 10.38%
R=87.43%
G=2.19%
B=10.38%

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
Decimal16041900.980.880.37354.2395.1232.16
HexA041306258251625f20
Octal24042301421304554213740
Binary10100000100100110110001010110001001011011000101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00413; }

 p { color: rgb(160,4,19); }

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

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

 a { background-color: rgb(160,4,19); }

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

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

 span { border-color: rgb(160,4,19); }

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