#A50202

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

Shades of Dark Red #A50202

Tints of Dark Red #A50202

Color information

#A50202 (or 0xA50202) is unknown color: approx Dark Red. HEX triplet: A5, 02 and 02. RGB value is (165,2,2). Sum of RGB (Red+Green+Blue) = 165+2+2=169 (22% of max value = 765). Red value is 165 (64.84% from 255 or 97.63% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 165 - color contains mainly: red. Hex color #A50202 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50202 is #5AFDFD. Grayscale: #323232. Windows color (decimal): -5963262 or 131749. OLE color: 131749.

HSL color Cylindrical-coordinate representation of color #A50202: hue angle of 0º 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 #A50202 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB16522-
CMYK00.990.990.35
HSL97.6%32.75%-
HSV(B)98.79%64.71%-
XYZ15.558.050.79-
YUV50.74100.5209.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 97.63%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 2 (1.17% from 255) = 1.18%
R=97.63%
G=1.18%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652200.990.990.35097.632.75
HexA522063632306221
Octal24522014314343014241
Binary10100101101001100011110001110001101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50202; }

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

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

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

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

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

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

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

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