#A50302

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

Shades of Dark Red #A50302

Tints of Dark Red #A50302

Color information

#A50302 (or 0xA50302) is unknown color: approx Dark Red. HEX triplet: A5, 03 and 02. RGB value is (165,3,2). Sum of RGB (Red+Green+Blue) = 165+3+2=170 (22% of max value = 765). Red value is 165 (64.84% from 255 or 97.06% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 165 - color contains mainly: red. Hex color #A50302 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50302 is #5AFCFD. Grayscale: #333333. Windows color (decimal): -5963006 or 132005. OLE color: 132005.

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

Color convert

RGB16532-
CMYK00.980.990.35
HSL0.37º97.6%32.75%-
HSV(B)0.37º98.79%64.71%-
XYZ15.568.070.79-
YUV51.32100.17209.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 97.06%
GREEN value IS 3 (1.56% from 255) = 1.76%
BLUE value IS 2 (1.17% from 255) = 1.18%
R=97.06%
G=1.76%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653200.980.990.350.3797.632.75
HexA532062632306221
Octal24532014214343014241
Binary10100101111001100010110001110001101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50302; }

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

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

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

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

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

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

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

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