Html Css Color HEX #411415 Rustic Red

📋 copy color: '#411415'

red 65 ◦ green 20 ◦ blue 21

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

Shades of Rustic Red #411415

Tints of Rustic Red #411415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.87%

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

R = 61.32%
G = 18.87%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#411415 (or 0x411415) is known color: Rustic Red. HEX triplet: 41, 14 and 15. RGB value is (65,20,21). Sum of RGB (Red+Green+Blue) = 65+20+21=106 (14% of max value = 765). Red value is 65 (25.78% from 255 or 61.32% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 65 - color contains mainly: red. Hex color #411415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411415 is #BEEBEA. Grayscale: #212121. Windows color (decimal): -12512235 or 1381441. OLE color: 1381441.

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

Color convert

RGB 65 20 21 -
CMYK 0 0.69 0.68 0.75
HSL 358.67º 0.53% 0.17% -
HSV(B) 358.67º 0.69% 0.25% -
XYZ 2.57 1.68 0.9 -
YUV 33.57 120.91 150.42 -
System Red Green Blue C M Y K H S L
Decimal 65 20 21 0 0.69 0.68 0.75 358.67 0.53 0.17
Hex 41 14 15 0 45 44 4B 167 35 11
Octal 101 24 25 0 105 104 113 547 65 21
Binary 1000001 10100 10101 0 1000101 1000100 1001011 101100111 110101 10001

Color Harmonies of #411415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411415

Black with #411415

Text Example


Text Example

White with #411415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411415; }

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

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

background-color css

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

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

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

border-color css

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

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

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