Html Css Color HEX #A50202 Dark Red

📋 copy color: '#A50202'

red 165 ◦ green 2 ◦ blue 2

#A50202
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #A50202

Tints of Dark Red #A50202

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 value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A50202 (or 0xA50202) is known color: 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

RGB 165 2 2 -
CMYK 0 0.99 0.99 0.35
HSL 0.98% 0.33% -
HSV(B) 0.99% 0.65% -
XYZ 15.55 8.05 0.79 -
YUV 50.74 100.5 209.5 -
System Red Green Blue C M Y K H S L
Decimal 165 2 2 0 0.99 0.99 0.35 0 0.98 0.33
Hex A5 2 2 0 63 63 23 0 62 21
Octal 245 2 2 0 143 143 43 0 142 41
Binary 10100101 10 10 0 1100011 1100011 100011 0 1100010 100001

Color Harmonies of #A50202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50202

Black with #A50202

Text Example


Text Example

White with #A50202

Text Example


Text Example

HTML Codes & Css Web 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>