Html Css Color HEX #410E13 Rustic Red

📋 copy color: '#410E13'

red 65 ◦ green 14 ◦ blue 19

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

Shades of Rustic Red #410E13

Tints of Rustic Red #410E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 19.39%

R = 66.33%
G = 14.29%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#410E13 (or 0x410E13) is known color: Rustic Red. HEX triplet: 41, 0E and 13. RGB value is (65,14,19). Sum of RGB (Red+Green+Blue) = 65+14+19=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 14 (5.86% from 255 or 14.29% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #410E13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410E13 is #BEF1EC. Grayscale: #1D1D1D. Windows color (decimal): -12513773 or 1248833. OLE color: 1248833.

HSL color Cylindrical-coordinate representation of color #410E13: hue angle of 354.12º 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 #410E13 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 14 19 -
CMYK 0 0.78 0.71 0.75
HSL 354.12º 0.65% 0.15% -
HSV(B) 354.12º 0.78% 0.25% -
XYZ 2.45 1.48 0.77 -
YUV 29.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 65 14 19 0 0.78 0.71 0.75 354.12 0.65 0.15
Hex 41 E 13 0 4E 47 4B 162 41 F
Octal 101 16 23 0 116 107 113 542 101 17
Binary 1000001 1110 10011 0 1001110 1000111 1001011 101100010 1000001 1111

Color Harmonies of #410E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410E13

Black with #410E13

Text Example


Text Example

White with #410E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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