#A50300

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

Shades of Dark Red #A50300

Tints of Dark Red #A50300

Color information

#A50300 (or 0xA50300) is unknown color: approx Dark Red. HEX triplet: A5, 03 and 00. RGB value is (165,3,0). Sum of RGB (Red+Green+Blue) = 165+3+0=168 (22% of max value = 765). Red value is 165 (64.84% from 255 or 98.21% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 165 - color contains mainly: red. Hex color #A50300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50300 is #5AFCFF. Grayscale: #333333. Windows color (decimal): -5963008 or 933. OLE color: 933.

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

Color convert

RGB16530-
CMYK00.9810.35
HSL1.09º100%32.35%-
HSV(B)1.09º100%64.71%-
XYZ15.558.060.74-
YUV51.199.17209.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 98.21%
GREEN value IS 3 (1.56% from 255) = 1.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=98.21%
G=1.79%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653000.9810.351.0910032.35
HexA530062642316420
Octal24530014214443114440
Binary1010010111001100010110010010001111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50300; }

 p { color: rgb(165,3,0); }

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

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

 a { background-color: rgb(165,3,0); }

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

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

 span { border-color: rgb(165,3,0); }

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