#A30F04

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

Shades of Dark Red #A30F04

Tints of Dark Red #A30F04

Color information

#A30F04 (or 0xA30F04) is unknown color: approx Dark Red. HEX triplet: A3, 0F and 04. RGB value is (163,15,4). Sum of RGB (Red+Green+Blue) = 163+15+4=182 (24% of max value = 765). Red value is 163 (64.06% from 255 or 89.56% from 182); Green value is 15 (6.25% from 255 or 8.24% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30F04 is #5CF0FB. Grayscale: #3A3A3A. Windows color (decimal): -6091004 or 266147. OLE color: 266147.

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

Color convert

RGB163154-
CMYK00.910.980.36
HSL4.15º95.21%32.75%-
HSV(B)4.15º97.55%63.92%-
XYZ15.38.140.88-
YUV5897.53202.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 89.56%
GREEN value IS 15 (6.25% from 255) = 8.24%
BLUE value IS 4 (1.95% from 255) = 2.20%
R=89.56%
G=8.24%
B=2.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315400.910.980.364.1595.2132.75
HexA3F405B622445f21
Octal243174013314244413741
Binary1010001111111000101101111000101001001001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30F04; }

 p { color: rgb(163,15,4); }

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

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

 a { background-color: rgb(163,15,4); }

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

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

 span { border-color: rgb(163,15,4); }

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