Html Css Color HEX #A51100 Dark Red

📋 copy color: '#A51100'

red 165 ◦ green 17 ◦ blue 0

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

Shades of Dark Red #A51100

Tints of Dark Red #A51100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.34%

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

R = 90.66%
G = 9.34%
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

#A51100 (or 0xA51100) is known color: Dark Red. HEX triplet: A5, 11 and 00. RGB value is (165,17,0). Sum of RGB (Red+Green+Blue) = 165+17+0=182 (24% of max value = 765). Red value is 165 (64.84% from 255 or 90.66% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 165 - color contains mainly: red. Hex color #A51100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51100 is #5AEEFF. Grayscale: #3B3B3B. Windows color (decimal): -5959424 or 4517. OLE color: 4517.

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

Color convert

RGB 165 17 0 -
CMYK 0 0.90 1 0.35
HSL 6.18º 1% 0.32% -
HSV(B) 6.18º 1% 0.65% -
XYZ 15.72 8.4 0.79 -
YUV 59.31 94.53 203.38 -
System Red Green Blue C M Y K H S L
Decimal 165 17 0 0 0.90 1 0.35 6.18 1 0.32
Hex A5 11 0 0 5A 64 23 6 64 20
Octal 245 21 0 0 132 144 43 6 144 40
Binary 10100101 10001 0 0 1011010 1100100 100011 110 1100100 100000

Color Harmonies of #A51100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51100

Black with #A51100

Text Example


Text Example

White with #A51100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51100; }

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

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

background-color css

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

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

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

border-color css

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

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

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