Html Css Color HEX #410511 Rustic Red

📋 copy color: '#410511'

red 65 ◦ green 5 ◦ blue 17

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

Shades of Rustic Red #410511

Tints of Rustic Red #410511

RGB

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

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

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

R = 74.71%
G = 5.75%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#410511 (or 0x410511) is known color: Rustic Red. HEX triplet: 41, 05 and 11. RGB value is (65,5,17). Sum of RGB (Red+Green+Blue) = 65+5+17=87 (11% of max value = 765). Red value is 65 (25.78% from 255 or 74.71% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 65 - color contains mainly: red. Hex color #410511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410511 is #BEFAEE. Grayscale: #181818. Windows color (decimal): -12516079 or 1115457. OLE color: 1115457.

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

Color convert

RGB 65 5 17 -
CMYK 0 0.92 0.74 0.75
HSL 348º 0.86% 0.14% -
HSV(B) 348º 0.92% 0.25% -
XYZ 2.34 1.27 0.65 -
YUV 24.31 123.88 157.02 -
System Red Green Blue C M Y K H S L
Decimal 65 5 17 0 0.92 0.74 0.75 348 0.86 0.14
Hex 41 5 11 0 5C 4A 4B 15C 56 E
Octal 101 5 21 0 134 112 113 534 126 16
Binary 1000001 101 10001 0 1011100 1001010 1001011 101011100 1010110 1110

Color Harmonies of #410511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410511

Black with #410511

Text Example


Text Example

White with #410511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410511; }

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

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

background-color css

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

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

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

border-color css

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

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

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