Html Css Color HEX #411115 Rustic Red

📋 copy color: '#411115'

red 65 ◦ green 17 ◦ blue 21

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

Shades of Rustic Red #411115

Tints of Rustic Red #411115

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.5%

 BLUE value IS 21 (8.59% from 255) = 20.39%

R = 63.11%
G = 16.5%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#411115 (or 0x411115) is known color: Rustic Red. HEX triplet: 41, 11 and 15. RGB value is (65,17,21). Sum of RGB (Red+Green+Blue) = 65+17+21=103 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.11% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 21 (8.59% from 255 or 20.39% from 103); Max value from RGB is 65 - color contains mainly: red. Hex color #411115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411115 is #BEEEEA. Grayscale: #1F1F1F. Windows color (decimal): -12513003 or 1380673. OLE color: 1380673.

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

Color convert

RGB 65 17 21 -
CMYK 0 0.74 0.68 0.75
HSL 355º 0.59% 0.16% -
HSV(B) 355º 0.74% 0.25% -
XYZ 2.52 1.58 0.88 -
YUV 31.81 121.9 151.67 -
System Red Green Blue C M Y K H S L
Decimal 65 17 21 0 0.74 0.68 0.75 355 0.59 0.16
Hex 41 11 15 0 4A 44 4B 163 3B 10
Octal 101 21 25 0 112 104 113 543 73 20
Binary 1000001 10001 10101 0 1001010 1000100 1001011 101100011 111011 10000

Color Harmonies of #411115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411115

Black with #411115

Text Example


Text Example

White with #411115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411115; }

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

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

background-color css

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

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

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

border-color css

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

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

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