#A60413

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

Shades of Carmine #A60413

Tints of Carmine #A60413

Color information

#A60413 (or 0xA60413) is unknown color: approx Carmine. HEX triplet: A6, 04 and 13. RGB value is (166,4,19). Sum of RGB (Red+Green+Blue) = 166+4+19=189 (25% of max value = 765). Red value is 166 (65.23% from 255 or 87.83% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 166 - color contains mainly: red. Hex color #A60413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60413 is #59FBEC. Grayscale: #363636. Windows color (decimal): -5897197 or 1246374. OLE color: 1246374.

HSL color Cylindrical-coordinate representation of color #A60413: hue angle of 354.44º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A60413 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB166419-
CMYK00.980.890.35
HSL354.44º95.29%33.33%-
HSV(B)354.44º97.59%65.1%-
XYZ15.898.241.37-
YUV54.15108.17207.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 87.83%
GREEN value IS 4 (1.95% from 255) = 2.12%
BLUE value IS 19 (7.81% from 255) = 10.05%
R=87.83%
G=2.12%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16641900.980.890.35354.4495.2933.33
HexA641306259231625f21
Octal24642301421314354213741
Binary10100110100100110110001010110011000111011000101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60413; }

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

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

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

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

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

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

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

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