Html Css Color HEX #A51101 Dark Red

📋 copy color: '#A51101'

red 165 ◦ green 17 ◦ blue 1

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

Shades of Dark Red #A51101

Tints of Dark Red #A51101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.55%

R = 90.16%
G = 9.29%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A51101 (or 0xA51101) is known color: Dark Red. HEX triplet: A5, 11 and 01. RGB value is (165,17,1). Sum of RGB (Red+Green+Blue) = 165+17+1=183 (24% of max value = 765). Red value is 165 (64.84% from 255 or 90.16% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 165 - color contains mainly: red. Hex color #A51101 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51101 is #5AEEFE. Grayscale: #3B3B3B. Windows color (decimal): -5959423 or 70053. OLE color: 70053.

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

Color convert

RGB 165 17 1 -
CMYK 0 0.90 0.99 0.35
HSL 5.85º 0.99% 0.33% -
HSV(B) 5.85º 0.99% 0.65% -
XYZ 15.72 8.4 0.82 -
YUV 59.43 95.03 203.3 -
System Red Green Blue C M Y K H S L
Decimal 165 17 1 0 0.90 0.99 0.35 5.85 0.99 0.33
Hex A5 11 1 0 5A 63 23 6 63 21
Octal 245 21 1 0 132 143 43 6 143 41
Binary 10100101 10001 1 0 1011010 1100011 100011 110 1100011 100001

Color Harmonies of #A51101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51101

Black with #A51101

Text Example


Text Example

White with #A51101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51101; }

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

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

background-color css

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

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

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

border-color css

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

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

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