#A30D11

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

Shades of Carmine #A30D11

Tints of Carmine #A30D11

Color information

#A30D11 (or 0xA30D11) is unknown color: approx Carmine. HEX triplet: A3, 0D and 11. RGB value is (163,13,17). Sum of RGB (Red+Green+Blue) = 163+13+17=193 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.46% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 163 - color contains mainly: red. Hex color #A30D11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30D11 is #5CF2EE. Grayscale: #3A3A3A. Windows color (decimal): -6091503 or 1117603. OLE color: 1117603.

HSL color Cylindrical-coordinate representation of color #A30D11: hue angle of 358.4º 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 #A30D11 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB1631317-
CMYK00.920.900.36
HSL358.4º85.23%34.51%-
HSV(B)358.4º92.02%63.92%-
XYZ15.358.111.29-
YUV58.31104.7202.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 84.46%
GREEN value IS 13 (5.47% from 255) = 6.74%
BLUE value IS 17 (7.03% from 255) = 8.81%
R=84.46%
G=6.74%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163131700.920.900.36358.485.2334.51
HexA3D1105C5A241665523
Octal243152101341324454612543
Binary101000111101100010101110010110101001001011001101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30D11; }

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

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

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

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

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

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

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

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