Html Css Color HEX #410017 Rustic Red

📋 copy color: '#410017'

red 65 ◦ green 0 ◦ blue 23

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

Shades of Rustic Red #410017

Tints of Rustic Red #410017

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.86%
G = 0%
B = 26.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.75

RGB Variations

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

Color information

#410017 (or 0x410017) is known color: Rustic Red. HEX triplet: 41, 00 and 17. RGB value is (65,0,23). Sum of RGB (Red+Green+Blue) = 65+0+23=88 (11% of max value = 765). Red value is 65 (25.78% from 255 or 73.86% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 65 - color contains mainly: red. Hex color #410017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410017 is #BEFFE8. Grayscale: #161616. Windows color (decimal): -12517353 or 1507393. OLE color: 1507393.

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

Color convert

RGB 65 0 23 -
CMYK 0 1 0.65 0.75
HSL 338.77º 1% 0.13% -
HSV(B) 338.77º 1% 0.25% -
XYZ 2.33 1.19 0.92 -
YUV 22.06 128.53 158.63 -
System Red Green Blue C M Y K H S L
Decimal 65 0 23 0 1 0.65 0.75 338.77 1 0.13
Hex 41 0 17 0 64 41 4B 153 64 D
Octal 101 0 27 0 144 101 113 523 144 15
Binary 1000001 0 10111 0 1100100 1000001 1001011 101010011 1100100 1101

Color Harmonies of #410017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410017

Black with #410017

Text Example


Text Example

White with #410017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410017; }

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

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

background-color css

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

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

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

border-color css

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

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

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