Html Css Color HEX #410513 Rustic Red

📋 copy color: '#410513'

red 65 ◦ green 5 ◦ blue 19

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

Shades of Rustic Red #410513

Tints of Rustic Red #410513

RGB

 RED value IS 65 (25.78% from 255) = 73.03%

 GREEN value IS 5 (2.34% from 255) = 5.62%

 BLUE value IS 19 (7.81% from 255) = 21.35%

R = 73.03%
G = 5.62%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#410513 (or 0x410513) is known color: Rustic Red. HEX triplet: 41, 05 and 13. RGB value is (65,5,19). Sum of RGB (Red+Green+Blue) = 65+5+19=89 (11% of max value = 765). Red value is 65 (25.78% from 255 or 73.03% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 19 (7.81% from 255 or 21.35% from 89); Max value from RGB is 65 - color contains mainly: red. Hex color #410513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410513 is #BEFAEC. Grayscale: #181818. Windows color (decimal): -12516077 or 1246529. OLE color: 1246529.

HSL color Cylindrical-coordinate representation of color #410513: hue angle of 346º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #410513 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 5 19 -
CMYK 0 0.92 0.71 0.75
HSL 346º 0.86% 0.14% -
HSV(B) 346º 0.92% 0.25% -
XYZ 2.35 1.28 0.74 -
YUV 24.54 124.88 156.86 -
System Red Green Blue C M Y K H S L
Decimal 65 5 19 0 0.92 0.71 0.75 346 0.86 0.14
Hex 41 5 13 0 5C 47 4B 15A 56 E
Octal 101 5 23 0 134 107 113 532 126 16
Binary 1000001 101 10011 0 1011100 1000111 1001011 101011010 1010110 1110

Color Harmonies of #410513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410513

Black with #410513

Text Example


Text Example

White with #410513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410513; }

 p { color: rgb(65,5,19); }

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

background-color css

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

 a { background-color: rgb(65,5,19); }

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

border-color css

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

 span { border-color: rgb(65,5,19); }

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