Html Css Color HEX #411011 Rustic Red

📋 copy color: '#411011'

red 65 ◦ green 16 ◦ blue 17

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

Shades of Rustic Red #411011

Tints of Rustic Red #411011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 17.35%

R = 66.33%
G = 16.33%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#411011 (or 0x411011) is known color: Rustic Red. HEX triplet: 41, 10 and 11. RGB value is (65,16,17). Sum of RGB (Red+Green+Blue) = 65+16+17=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 17 (7.03% from 255 or 17.35% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #411011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411011 is #BEEFEE. Grayscale: #1E1E1E. Windows color (decimal): -12513263 or 1118273. OLE color: 1118273.

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

Color convert

RGB 65 16 17 -
CMYK 0 0.75 0.74 0.75
HSL 358.78º 0.6% 0.16% -
HSV(B) 358.78º 0.75% 0.25% -
XYZ 2.47 1.53 0.7 -
YUV 30.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 65 16 17 0 0.75 0.74 0.75 358.78 0.6 0.16
Hex 41 10 11 0 4B 4A 4B 167 3C 10
Octal 101 20 21 0 113 112 113 547 74 20
Binary 1000001 10000 10001 0 1001011 1001010 1001011 101100111 111100 10000

Color Harmonies of #411011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411011

Black with #411011

Text Example


Text Example

White with #411011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411011; }

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

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

background-color css

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

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

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

border-color css

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

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

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