#A40013

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

Shades of Carmine #A40013

Tints of Carmine #A40013

Color information

#A40013 (or 0xA40013) is unknown color: approx Carmine. HEX triplet: A4, 00 and 13. RGB value is (164,0,19). Sum of RGB (Red+Green+Blue) = 164+0+19=183 (24% of max value = 765). Red value is 164 (64.45% from 255 or 89.62% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 164 - color contains mainly: red. Hex color #A40013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40013 is #5BFFEC. Grayscale: #333333. Windows color (decimal): -6029293 or 1245348. OLE color: 1245348.

HSL color Cylindrical-coordinate representation of color #A40013: hue angle of 353.05º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A40013 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB164019-
CMYK010.880.36
HSL353.05º100%32.16%-
HSV(B)353.05º100%64.31%-
XYZ15.437.941.34-
YUV51.2109.83208.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 89.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 10.38%
R=89.62%
G=0%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164019010.880.36353.0510032.16
HexA401306458241616420
Octal24402301441304454114440
Binary101001000100110110010010110001001001011000011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40013; }

 p { color: rgb(164,0,19); }

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

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

 a { background-color: rgb(164,0,19); }

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

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

 span { border-color: rgb(164,0,19); }

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