Html Css Color HEX #A51900 Dark Red

📋 copy color: '#A51900'

red 165 ◦ green 25 ◦ blue 0

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

Shades of Dark Red #A51900

Tints of Dark Red #A51900

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.16%

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

R = 86.84%
G = 13.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A51900 (or 0xA51900) is known color: Dark Red. HEX triplet: A5, 19 and 00. RGB value is (165,25,0). Sum of RGB (Red+Green+Blue) = 165+25+0=190 (25% of max value = 765). Red value is 165 (64.84% from 255 or 86.84% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 165 - color contains mainly: red. Hex color #A51900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51900 is #5AE6FF. Grayscale: #404040. Windows color (decimal): -5957376 or 6565. OLE color: 6565.

HSL color Cylindrical-coordinate representation of color #A51900: hue angle of 9.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 #A51900 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 25 0 -
CMYK 0 0.85 1 0.35
HSL 9.09º 1% 0.32% -
HSV(B) 9.09º 1% 0.65% -
XYZ 15.86 8.69 0.84 -
YUV 64.01 91.88 200.03 -
System Red Green Blue C M Y K H S L
Decimal 165 25 0 0 0.85 1 0.35 9.09 1 0.32
Hex A5 19 0 0 55 64 23 9 64 20
Octal 245 31 0 0 125 144 43 11 144 40
Binary 10100101 11001 0 0 1010101 1100100 100011 1001 1100100 100000

Color Harmonies of #A51900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51900

Black with #A51900

Text Example


Text Example

White with #A51900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51900; }

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

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

background-color css

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

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

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

border-color css

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

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

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