Html Css Color HEX #A51000 Dark Red

📋 copy color: '#A51000'

red 165 ◦ green 16 ◦ blue 0

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

Shades of Dark Red #A51000

Tints of Dark Red #A51000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.84%

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

R = 91.16%
G = 8.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A51000 (or 0xA51000) is known color: Dark Red. HEX triplet: A5, 10 and 00. RGB value is (165,16,0). Sum of RGB (Red+Green+Blue) = 165+16+0=181 (23% of max value = 765). Red value is 165 (64.84% from 255 or 91.16% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 165 - color contains mainly: red. Hex color #A51000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51000 is #5AEFFF. Grayscale: #3A3A3A. Windows color (decimal): -5959680 or 4261. OLE color: 4261.

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

Color convert

RGB 165 16 0 -
CMYK 0 0.90 1 0.35
HSL 5.82º 1% 0.32% -
HSV(B) 5.82º 1% 0.65% -
XYZ 15.7 8.37 0.79 -
YUV 58.73 94.86 203.8 -
System Red Green Blue C M Y K H S L
Decimal 165 16 0 0 0.90 1 0.35 5.82 1 0.32
Hex A5 10 0 0 5A 64 23 6 64 20
Octal 245 20 0 0 132 144 43 6 144 40
Binary 10100101 10000 0 0 1011010 1100100 100011 110 1100100 100000

Color Harmonies of #A51000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51000

Black with #A51000

Text Example


Text Example

White with #A51000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51000; }

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

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

background-color css

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

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

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

border-color css

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

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

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