Html Css Color HEX #A50300 Dark Red

📋 copy color: '#A50300'

red 165 ◦ green 3 ◦ blue 0

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

Shades of Dark Red #A50300

Tints of Dark Red #A50300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 98.21%
G = 1.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A50300 (or 0xA50300) is known color: Dark Red. HEX triplet: A5, 03 and 00. RGB value is (165,3,0). Sum of RGB (Red+Green+Blue) = 165+3+0=168 (22% of max value = 765). Red value is 165 (64.84% from 255 or 98.21% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 165 - color contains mainly: red. Hex color #A50300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50300 is #5AFCFF. Grayscale: #333333. Windows color (decimal): -5963008 or 933. OLE color: 933.

HSL color Cylindrical-coordinate representation of color #A50300: hue angle of 1.09º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A50300 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 3 0 -
CMYK 0 0.98 1 0.35
HSL 1.09º 1% 0.32% -
HSV(B) 1.09º 1% 0.65% -
XYZ 15.55 8.06 0.74 -
YUV 51.1 99.17 209.24 -
System Red Green Blue C M Y K H S L
Decimal 165 3 0 0 0.98 1 0.35 1.09 1 0.32
Hex A5 3 0 0 62 64 23 1 64 20
Octal 245 3 0 0 142 144 43 1 144 40
Binary 10100101 11 0 0 1100010 1100100 100011 1 1100100 100000

Color Harmonies of #A50300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50300

Black with #A50300

Text Example


Text Example

White with #A50300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50300; }

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

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

background-color css

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

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

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

border-color css

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

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

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