#A30E14

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

Shades of Carmine #A30E14

Tints of Carmine #A30E14

Color information

#A30E14 (or 0xA30E14) is unknown color: approx Carmine. HEX triplet: A3, 0E and 14. RGB value is (163,14,20). Sum of RGB (Red+Green+Blue) = 163+14+20=197 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.74% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30E14 is #5CF1EB. Grayscale: #3B3B3B. Windows color (decimal): -6091244 or 1314467. OLE color: 1314467.

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

Color convert

RGB1631420-
CMYK00.910.880.36
HSL357.58º84.18%34.71%-
HSV(B)357.58º91.41%63.92%-
XYZ15.398.151.42-
YUV59.24105.86202.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 82.74%
GREEN value IS 14 (5.86% from 255) = 7.11%
BLUE value IS 20 (8.20% from 255) = 10.15%
R=82.74%
G=7.11%
B=10.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163142000.910.880.36357.5884.1834.71
HexA3E1405B58241665423
Octal243162401331304454612443
Binary101000111110101000101101110110001001001011001101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30E14; }

 p { color: rgb(163,14,20); }

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

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

 a { background-color: rgb(163,14,20); }

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

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

 span { border-color: rgb(163,14,20); }

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