Html Css Color HEX #410E16 Rustic Red

📋 copy color: '#410E16'

red 65 ◦ green 14 ◦ blue 22

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

Shades of Rustic Red #410E16

Tints of Rustic Red #410E16

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.86%

 BLUE value IS 22 (8.98% from 255) = 21.78%

R = 64.36%
G = 13.86%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#410E16 (or 0x410E16) is known color: Rustic Red. HEX triplet: 41, 0E and 16. RGB value is (65,14,22). Sum of RGB (Red+Green+Blue) = 65+14+22=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 14 (5.86% from 255 or 13.86% from 101); Blue value is 22 (8.98% from 255 or 21.78% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #410E16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410E16 is #BEF1E9. Grayscale: #1E1E1E. Windows color (decimal): -12513770 or 1445441. OLE color: 1445441.

HSL color Cylindrical-coordinate representation of color #410E16: hue angle of 350.59º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #410E16 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 14 22 -
CMYK 0 0.78 0.66 0.75
HSL 350.59º 0.65% 0.15% -
HSV(B) 350.59º 0.78% 0.25% -
XYZ 2.48 1.5 0.92 -
YUV 30.16 123.4 152.85 -
System Red Green Blue C M Y K H S L
Decimal 65 14 22 0 0.78 0.66 0.75 350.59 0.65 0.15
Hex 41 E 16 0 4E 42 4B 15F 41 F
Octal 101 16 26 0 116 102 113 537 101 17
Binary 1000001 1110 10110 0 1001110 1000010 1001011 101011111 1000001 1111

Color Harmonies of #410E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410E16

Black with #410E16

Text Example


Text Example

White with #410E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410E16; }

 p { color: rgb(65,14,22); }

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

background-color css

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

 a { background-color: rgb(65,14,22); }

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

border-color css

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

 span { border-color: rgb(65,14,22); }

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