#a30e0c

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

Shades of Dark Red #A30E0C

Tints of Dark Red #A30E0C

Color information

#A30E0C (or 0xA30E0C) is unknown color: approx Dark Red. HEX triplet: A3, 0E and 0C. RGB value is (163,14,12). Sum of RGB (Red+Green+Blue) = 163+14+12=189 (25% of max value = 765). Red value is 163 (64.06% from 255 or 86.24% from 189); Green value is 14 (5.86% from 255 or 7.41% from 189); Blue value is 12 (5.08% from 255 or 6.35% from 189); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30E0C is #5CF1F3. Grayscale: #3A3A3A. Windows color (decimal): -6091252 or 790179. OLE color: 790179.

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

Color convert

RGB1631412-
CMYK00.910.930.36
HSL0.79º86.29%34.31%-
HSV(B)0.79º92.64%63.92%-
XYZ15.338.131.11-
YUV58.32101.86202.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 86.24%
GREEN value IS 14 (5.86% from 255) = 7.41%
BLUE value IS 12 (5.08% from 255) = 6.35%
R=86.24%
G=7.41%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163141200.910.930.360.7986.2934.31
HexA3EC05B5D2415622
Octal2431614013313544112642
Binary101000111110110001011011101110110010011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a30e0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a30e0c; }

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

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

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

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

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

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

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

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