Html Css Color HEX #A51005 Dark Red

📋 copy color: '#A51005'

red 165 ◦ green 16 ◦ blue 5

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

Shades of Dark Red #A51005

Tints of Dark Red #A51005

RGB

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

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

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

R = 88.71%
G = 8.6%
B = 2.69%

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

#A51005 (or 0xA51005) is known color: Dark Red. HEX triplet: A5, 10 and 05. RGB value is (165,16,5). Sum of RGB (Red+Green+Blue) = 165+16+5=186 (24% of max value = 765). Red value is 165 (64.84% from 255 or 88.71% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 165 - color contains mainly: red. Hex color #A51005 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51005 is #5AEFFA. Grayscale: #3B3B3B. Windows color (decimal): -5959675 or 331941. OLE color: 331941.

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

Color convert

RGB 165 16 5 -
CMYK 0 0.90 0.97 0.35
HSL 4.13º 0.94% 0.33% -
HSV(B) 4.13º 0.97% 0.65% -
XYZ 15.73 8.38 0.93 -
YUV 59.3 97.36 203.39 -
System Red Green Blue C M Y K H S L
Decimal 165 16 5 0 0.90 0.97 0.35 4.13 0.94 0.33
Hex A5 10 5 0 5A 61 23 4 5E 21
Octal 245 20 5 0 132 141 43 4 136 41
Binary 10100101 10000 101 0 1011010 1100001 100011 100 1011110 100001

Color Harmonies of #A51005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51005

Black with #A51005

Text Example


Text Example

White with #A51005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51005; }

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

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

background-color css

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

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

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

border-color css

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

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

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