Html Css Color HEX #410517 Rustic Red

📋 copy color: '#410517'

red 65 ◦ green 5 ◦ blue 23

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

Shades of Rustic Red #410517

Tints of Rustic Red #410517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 24.73%

R = 69.89%
G = 5.38%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.75

RGB Variations

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

Color information

#410517 (or 0x410517) is known color: Rustic Red. HEX triplet: 41, 05 and 17. RGB value is (65,5,23). Sum of RGB (Red+Green+Blue) = 65+5+23=93 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.89% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 23 (9.38% from 255 or 24.73% from 93); Max value from RGB is 65 - color contains mainly: red. Hex color #410517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410517 is #BEFAE8. Grayscale: #181818. Windows color (decimal): -12516073 or 1508673. OLE color: 1508673.

HSL color Cylindrical-coordinate representation of color #410517: hue angle of 342º 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 #410517 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 5 23 -
CMYK 0 0.92 0.65 0.75
HSL 342º 0.86% 0.14% -
HSV(B) 342º 0.92% 0.25% -
XYZ 2.39 1.29 0.93 -
YUV 24.99 126.88 156.54 -
System Red Green Blue C M Y K H S L
Decimal 65 5 23 0 0.92 0.65 0.75 342 0.86 0.14
Hex 41 5 17 0 5C 41 4B 156 56 E
Octal 101 5 27 0 134 101 113 526 126 16
Binary 1000001 101 10111 0 1011100 1000001 1001011 101010110 1010110 1110

Color Harmonies of #410517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410517

Black with #410517

Text Example


Text Example

White with #410517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410517; }

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

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

background-color css

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

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

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

border-color css

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

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

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