#A30100

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

Shades of Dark Red #A30100

Tints of Dark Red #A30100

Color information

#A30100 (or 0xA30100) is unknown color: approx Dark Red. HEX triplet: A3, 01 and 00. RGB value is (163,1,0). Sum of RGB (Red+Green+Blue) = 163+1+0=164 (21% of max value = 765). Red value is 163 (64.06% from 255 or 99.39% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 163 - color contains mainly: red. Hex color #A30100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30100 is #5CFEFF. Grayscale: #313131. Windows color (decimal): -6094592 or 419. OLE color: 419.

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

Color convert

RGB16310-
CMYK00.9910.36
HSL0.37º100%31.96%-
HSV(B)0.37º100%63.92%-
XYZ15.127.810.71-
YUV49.32100.17209.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 99.39%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=99.39%
G=0.61%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631000.9910.360.3710031.96
HexA310063642406420
Octal24310014314444014440
Binary101000111001100011110010010010001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30100; }

 p { color: rgb(163,1,0); }

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

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

 a { background-color: rgb(163,1,0); }

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

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

 span { border-color: rgb(163,1,0); }

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