Html Css Color HEX #A51105 Dark Red

📋 copy color: '#A51105'

red 165 ◦ green 17 ◦ blue 5

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

Shades of Dark Red #A51105

Tints of Dark Red #A51105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.67%

R = 88.24%
G = 9.09%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A51105 (or 0xA51105) is known color: Dark Red. HEX triplet: A5, 11 and 05. RGB value is (165,17,5). Sum of RGB (Red+Green+Blue) = 165+17+5=187 (24% of max value = 765). Red value is 165 (64.84% from 255 or 88.24% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 165 - color contains mainly: red. Hex color #A51105 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51105 is #5AEEFA. Grayscale: #3C3C3C. Windows color (decimal): -5959419 or 332197. OLE color: 332197.

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

Color convert

RGB 165 17 5 -
CMYK 0 0.90 0.97 0.35
HSL 4.5º 0.94% 0.33% -
HSV(B) 4.5º 0.97% 0.65% -
XYZ 15.74 8.41 0.94 -
YUV 59.88 97.03 202.98 -
System Red Green Blue C M Y K H S L
Decimal 165 17 5 0 0.90 0.97 0.35 4.5 0.94 0.33
Hex A5 11 5 0 5A 61 23 4 5E 21
Octal 245 21 5 0 132 141 43 4 136 41
Binary 10100101 10001 101 0 1011010 1100001 100011 100 1011110 100001

Color Harmonies of #A51105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51105

Black with #A51105

Text Example


Text Example

White with #A51105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51105; }

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

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

background-color css

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

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

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

border-color css

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

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

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