Html Css Color HEX #A51405 Dark Red

📋 copy color: '#A51405'

red 165 ◦ green 20 ◦ blue 5

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

Shades of Dark Red #A51405

Tints of Dark Red #A51405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.53%

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

R = 86.84%
G = 10.53%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A51405 (or 0xA51405) is known color: Dark Red. HEX triplet: A5, 14 and 05. RGB value is (165,20,5). Sum of RGB (Red+Green+Blue) = 165+20+5=190 (25% of max value = 765). Red value is 165 (64.84% from 255 or 86.84% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 5 (2.34% from 255 or 2.63% from 190); Max value from RGB is 165 - color contains mainly: red. Hex color #A51405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51405 is #5AEBFA. Grayscale: #3D3D3D. Windows color (decimal): -5958651 or 332965. OLE color: 332965.

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

Color convert

RGB 165 20 5 -
CMYK 0 0.88 0.97 0.35
HSL 5.63º 0.94% 0.33% -
HSV(B) 5.63º 0.97% 0.65% -
XYZ 15.79 8.51 0.95 -
YUV 61.65 96.04 201.72 -
System Red Green Blue C M Y K H S L
Decimal 165 20 5 0 0.88 0.97 0.35 5.63 0.94 0.33
Hex A5 14 5 0 58 61 23 6 5E 21
Octal 245 24 5 0 130 141 43 6 136 41
Binary 10100101 10100 101 0 1011000 1100001 100011 110 1011110 100001

Color Harmonies of #A51405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51405

Black with #A51405

Text Example


Text Example

White with #A51405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51405; }

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

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

background-color css

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

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

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

border-color css

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

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

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