Html Css Color HEX #411215 Rustic Red

📋 copy color: '#411215'

red 65 ◦ green 18 ◦ blue 21

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

Shades of Rustic Red #411215

Tints of Rustic Red #411215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.31%

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

R = 62.5%
G = 17.31%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#411215 (or 0x411215) is known color: Rustic Red. HEX triplet: 41, 12 and 15. RGB value is (65,18,21). Sum of RGB (Red+Green+Blue) = 65+18+21=104 (13% of max value = 765). Red value is 65 (25.78% from 255 or 62.5% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 65 - color contains mainly: red. Hex color #411215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411215 is #BEEDEA. Grayscale: #202020. Windows color (decimal): -12512747 or 1380929. OLE color: 1380929.

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

Color convert

RGB 65 18 21 -
CMYK 0 0.72 0.68 0.75
HSL 356.17º 0.57% 0.16% -
HSV(B) 356.17º 0.72% 0.25% -
XYZ 2.53 1.61 0.89 -
YUV 32.4 121.57 151.26 -
System Red Green Blue C M Y K H S L
Decimal 65 18 21 0 0.72 0.68 0.75 356.17 0.57 0.16
Hex 41 12 15 0 48 44 4B 164 39 10
Octal 101 22 25 0 110 104 113 544 71 20
Binary 1000001 10010 10101 0 1001000 1000100 1001011 101100100 111001 10000

Color Harmonies of #411215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411215

Black with #411215

Text Example


Text Example

White with #411215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411215; }

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

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

background-color css

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

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

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

border-color css

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

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

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