Html Css Color HEX #A50501 Dark Red

📋 copy color: '#A50501'

red 165 ◦ green 5 ◦ blue 1

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

Shades of Dark Red #A50501

Tints of Dark Red #A50501

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.92%

 BLUE value IS 1 (0.78% from 255) = 0.58%

R = 96.49%
G = 2.92%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A50501 (or 0xA50501) is known color: Dark Red. HEX triplet: A5, 05 and 01. RGB value is (165,5,1). Sum of RGB (Red+Green+Blue) = 165+5+1=171 (22% of max value = 765). Red value is 165 (64.84% from 255 or 96.49% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 165 - color contains mainly: red. Hex color #A50501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50501 is #5AFAFE. Grayscale: #343434. Windows color (decimal): -5962495 or 66981. OLE color: 66981.

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

Color convert

RGB 165 5 1 -
CMYK 0 0.97 0.99 0.35
HSL 1.46º 0.99% 0.33% -
HSV(B) 1.46º 0.99% 0.65% -
XYZ 15.58 8.11 0.77 -
YUV 52.38 99.01 208.33 -
System Red Green Blue C M Y K H S L
Decimal 165 5 1 0 0.97 0.99 0.35 1.46 0.99 0.33
Hex A5 5 1 0 61 63 23 1 63 21
Octal 245 5 1 0 141 143 43 1 143 41
Binary 10100101 101 1 0 1100001 1100011 100011 1 1100011 100001

Color Harmonies of #A50501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50501

Black with #A50501

Text Example


Text Example

White with #A50501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50501; }

 p { color: rgb(165,5,1); }

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

background-color css

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

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

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

border-color css

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

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

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