#A30D13

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

Shades of Carmine #A30D13

Tints of Carmine #A30D13

Color information

#A30D13 (or 0xA30D13) is unknown color: approx Carmine. HEX triplet: A3, 0D and 13. RGB value is (163,13,19). Sum of RGB (Red+Green+Blue) = 163+13+19=195 (25% of max value = 765). Red value is 163 (64.06% from 255 or 83.59% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 163 - color contains mainly: red. Hex color #A30D13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30D13 is #5CF2EC. Grayscale: #3A3A3A. Windows color (decimal): -6091501 or 1248675. OLE color: 1248675.

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

Color convert

RGB1631319-
CMYK00.920.880.36
HSL357.6º85.23%34.51%-
HSV(B)357.6º92.02%63.92%-
XYZ15.378.121.37-
YUV58.53105.7202.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 83.59%
GREEN value IS 13 (5.47% from 255) = 6.67%
BLUE value IS 19 (7.81% from 255) = 9.74%
R=83.59%
G=6.67%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163131900.920.880.36357.685.2334.51
HexA3D1305C58241665523
Octal243152301341304454612543
Binary101000111101100110101110010110001001001011001101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30D13; }

 p { color: rgb(163,13,19); }

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

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

 a { background-color: rgb(163,13,19); }

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

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

 span { border-color: rgb(163,13,19); }

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