Html Css Color HEX #A50301 Dark Red

📋 copy color: '#A50301'

red 165 ◦ green 3 ◦ blue 1

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

Shades of Dark Red #A50301

Tints of Dark Red #A50301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.78%

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

R = 97.63%
G = 1.78%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A50301 (or 0xA50301) is known color: Dark Red. HEX triplet: A5, 03 and 01. RGB value is (165,3,1). Sum of RGB (Red+Green+Blue) = 165+3+1=169 (22% of max value = 765). Red value is 165 (64.84% from 255 or 97.63% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 165 - color contains mainly: red. Hex color #A50301 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50301 is #5AFCFE. Grayscale: #333333. Windows color (decimal): -5963007 or 66469. OLE color: 66469.

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

Color convert

RGB 165 3 1 -
CMYK 0 0.98 0.99 0.35
HSL 0.73º 0.99% 0.33% -
HSV(B) 0.73º 0.99% 0.65% -
XYZ 15.56 8.07 0.77 -
YUV 51.21 99.67 209.16 -
System Red Green Blue C M Y K H S L
Decimal 165 3 1 0 0.98 0.99 0.35 0.73 0.99 0.33
Hex A5 3 1 0 62 63 23 1 63 21
Octal 245 3 1 0 142 143 43 1 143 41
Binary 10100101 11 1 0 1100010 1100011 100011 1 1100011 100001

Color Harmonies of #A50301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50301

Black with #A50301

Text Example


Text Example

White with #A50301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50301; }

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

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

background-color css

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

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

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

border-color css

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

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

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