Html Css Color HEX #A50702 Dark Red

📋 copy color: '#A50702'

red 165 ◦ green 7 ◦ blue 2

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

Shades of Dark Red #A50702

Tints of Dark Red #A50702

RGB

 RED value IS 165 (64.84% from 255) = 94.83%

 GREEN value IS 7 (3.13% from 255) = 4.02%

 BLUE value IS 2 (1.17% from 255) = 1.15%

R = 94.83%
G = 4.02%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A50702 (or 0xA50702) is known color: Dark Red. HEX triplet: A5, 07 and 02. RGB value is (165,7,2). Sum of RGB (Red+Green+Blue) = 165+7+2=174 (23% of max value = 765). Red value is 165 (64.84% from 255 or 94.83% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 165 - color contains mainly: red. Hex color #A50702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50702 is #5AF8FD. Grayscale: #353535. Windows color (decimal): -5961982 or 133029. OLE color: 133029.

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

Color convert

RGB 165 7 2 -
CMYK 0 0.96 0.99 0.35
HSL 1.84º 0.98% 0.33% -
HSV(B) 1.84º 0.99% 0.65% -
XYZ 15.6 8.16 0.81 -
YUV 53.67 98.85 207.41 -
System Red Green Blue C M Y K H S L
Decimal 165 7 2 0 0.96 0.99 0.35 1.84 0.98 0.33
Hex A5 7 2 0 60 63 23 2 62 21
Octal 245 7 2 0 140 143 43 2 142 41
Binary 10100101 111 10 0 1100000 1100011 100011 10 1100010 100001

Color Harmonies of #A50702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50702

Black with #A50702

Text Example


Text Example

White with #A50702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50702; }

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

 H1.HeaderClassName
 {
   color: #A50702;
 }
 .AnyTagClassName
 {
   color: #A50702;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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