Html Css Color HEX #411017 Rustic Red

📋 copy color: '#411017'

red 65 ◦ green 16 ◦ blue 23

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

Shades of Rustic Red #411017

Tints of Rustic Red #411017

RGB

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

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

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

R = 62.5%
G = 15.38%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.75

RGB Variations

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

Color information

#411017 (or 0x411017) is known color: Rustic Red. HEX triplet: 41, 10 and 17. RGB value is (65,16,23). Sum of RGB (Red+Green+Blue) = 65+16+23=104 (13% of max value = 765). Red value is 65 (25.78% from 255 or 62.5% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 23 (9.38% from 255 or 22.12% from 104); Max value from RGB is 65 - color contains mainly: red. Hex color #411017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411017 is #BEEFE8. Grayscale: #1F1F1F. Windows color (decimal): -12513257 or 1511489. OLE color: 1511489.

HSL color Cylindrical-coordinate representation of color #411017: hue angle of 351.43º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #411017 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 16 23 -
CMYK 0 0.75 0.65 0.75
HSL 351.43º 0.6% 0.16% -
HSV(B) 351.43º 0.75% 0.25% -
XYZ 2.52 1.56 0.98 -
YUV 31.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 65 16 23 0 0.75 0.65 0.75 351.43 0.6 0.16
Hex 41 10 17 0 4B 41 4B 15F 3C 10
Octal 101 20 27 0 113 101 113 537 74 20
Binary 1000001 10000 10111 0 1001011 1000001 1001011 101011111 111100 10000

Color Harmonies of #411017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411017

Black with #411017

Text Example


Text Example

White with #411017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411017; }

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

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

background-color css

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

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

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

border-color css

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

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

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