#A31819

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

Shades of Carmine #A31819

Tints of Carmine #A31819

Color information

#A31819 (or 0xA31819) is unknown color: approx Carmine. HEX triplet: A3, 18 and 19. RGB value is (163,24,25). Sum of RGB (Red+Green+Blue) = 163+24+25=212 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.89% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 25 (10.16% from 255 or 11.79% from 212); Max value from RGB is 163 - color contains mainly: red. Hex color #A31819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31819 is #5CE7E6. Grayscale: #414141. Windows color (decimal): -6088679 or 1644707. OLE color: 1644707.

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

Color convert

RGB1632425-
CMYK00.850.850.36
HSL359.57º74.33%36.67%-
HSV(B)359.57º85.28%63.92%-
XYZ15.618.511.74-
YUV65.68105.05197.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 76.89%
GREEN value IS 24 (9.77% from 255) = 11.32%
BLUE value IS 25 (10.16% from 255) = 11.79%
R=76.89%
G=11.32%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163242500.850.850.36359.5774.3336.67
HexA3181905555241684a25
Octal243303101251254455011245
Binary1010001111000110010101010110101011001001011010001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31819; }

 p { color: rgb(163,24,25); }

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

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

 a { background-color: rgb(163,24,25); }

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

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

 span { border-color: rgb(163,24,25); }

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