#A30D0C

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

Shades of Dark Red #A30D0C

Tints of Dark Red #A30D0C

Color information

#A30D0C (or 0xA30D0C) is unknown color: approx Dark Red. HEX triplet: A3, 0D and 0C. RGB value is (163,13,12). Sum of RGB (Red+Green+Blue) = 163+13+12=188 (24% of max value = 765). Red value is 163 (64.06% from 255 or 86.70% from 188); Green value is 13 (5.47% from 255 or 6.91% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 163 - color contains mainly: red. Hex color #A30D0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30D0C is #5CF2F3. Grayscale: #393939. Windows color (decimal): -6091508 or 789923. OLE color: 789923.

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

Color convert

RGB1631312-
CMYK00.920.930.36
HSL0.4º86.29%34.31%-
HSV(B)0.4º92.64%63.92%-
XYZ15.318.11.1-
YUV57.74102.2203.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 86.70%
GREEN value IS 13 (5.47% from 255) = 6.91%
BLUE value IS 12 (5.08% from 255) = 6.38%
R=86.70%
G=6.91%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163131200.920.930.360.486.2934.31
HexA3DC05C5D2405622
Octal2431514013413544012642
Binary101000111101110001011100101110110010001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30D0C; }

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

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

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

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

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

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

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

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