Html Css Color HEX #A51800 Dark Red

📋 copy color: '#A51800'

red 165 ◦ green 24 ◦ blue 0

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

Shades of Dark Red #A51800

Tints of Dark Red #A51800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.7%

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

R = 87.3%
G = 12.7%
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

#A51800 (or 0xA51800) is known color: Dark Red. HEX triplet: A5, 18 and 00. RGB value is (165,24,0). Sum of RGB (Red+Green+Blue) = 165+24+0=189 (25% of max value = 765). Red value is 165 (64.84% from 255 or 87.30% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 165 - color contains mainly: red. Hex color #A51800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51800 is #5AE7FF. Grayscale: #3F3F3F. Windows color (decimal): -5957632 or 6309. OLE color: 6309.

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

Color convert

RGB 165 24 0 -
CMYK 0 0.85 1 0.35
HSL 8.73º 1% 0.32% -
HSV(B) 8.73º 1% 0.65% -
XYZ 15.84 8.65 0.84 -
YUV 63.42 92.21 200.45 -
System Red Green Blue C M Y K H S L
Decimal 165 24 0 0 0.85 1 0.35 8.73 1 0.32
Hex A5 18 0 0 55 64 23 9 64 20
Octal 245 30 0 0 125 144 43 11 144 40
Binary 10100101 11000 0 0 1010101 1100100 100011 1001 1100100 100000

Color Harmonies of #A51800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51800

Black with #A51800

Text Example


Text Example

White with #A51800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51800; }

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

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

background-color css

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

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

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

border-color css

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

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

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