#A30F08

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

Shades of Dark Red #A30F08

Tints of Dark Red #A30F08

Color information

#A30F08 (or 0xA30F08) is unknown color: approx Dark Red. HEX triplet: A3, 0F and 08. RGB value is (163,15,8). Sum of RGB (Red+Green+Blue) = 163+15+8=186 (24% of max value = 765). Red value is 163 (64.06% from 255 or 87.63% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 8 (3.52% from 255 or 4.30% from 186); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30F08 is #5CF0F7. Grayscale: #3A3A3A. Windows color (decimal): -6091000 or 528291. OLE color: 528291.

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

Color convert

RGB163158-
CMYK00.910.950.36
HSL2.71º90.64%33.53%-
HSV(B)2.71º95.09%63.92%-
XYZ15.328.150.99-
YUV58.4599.53202.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 87.63%
GREEN value IS 15 (6.25% from 255) = 8.06%
BLUE value IS 8 (3.52% from 255) = 4.30%
R=87.63%
G=8.06%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315800.910.950.362.7190.6433.53
HexA3F805B5F2435b22
Octal2431710013313744313342
Binary1010001111111000010110111011111100100111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30F08; }

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

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

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

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

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

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

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

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