Html Css Color HEX #410D0E Rustic Red

📋 copy color: '#410D0E'

red 65 ◦ green 13 ◦ blue 14

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

Shades of Rustic Red #410D0E

Tints of Rustic Red #410D0E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 14.13%

 BLUE value IS 14 (5.86% from 255) = 15.22%

R = 70.65%
G = 14.13%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#410D0E (or 0x410D0E) is known color: Rustic Red. HEX triplet: 41, 0D and 0E. RGB value is (65,13,14). Sum of RGB (Red+Green+Blue) = 65+13+14=92 (12% of max value = 765). Red value is 65 (25.78% from 255 or 70.65% from 92); Green value is 13 (5.47% from 255 or 14.13% from 92); Blue value is 14 (5.86% from 255 or 15.22% from 92); Max value from RGB is 65 - color contains mainly: red. Hex color #410D0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410D0E is #BEF2F1. Grayscale: #1C1C1C. Windows color (decimal): -12514034 or 920897. OLE color: 920897.

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

Color convert

RGB 65 13 14 -
CMYK 0 0.80 0.78 0.75
HSL 358.85º 0.67% 0.15% -
HSV(B) 358.85º 0.8% 0.25% -
XYZ 2.4 1.44 0.57 -
YUV 28.66 119.73 153.92 -
System Red Green Blue C M Y K H S L
Decimal 65 13 14 0 0.80 0.78 0.75 358.85 0.67 0.15
Hex 41 D E 0 50 4E 4B 167 43 F
Octal 101 15 16 0 120 116 113 547 103 17
Binary 1000001 1101 1110 0 1010000 1001110 1001011 101100111 1000011 1111

Color Harmonies of #410D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410D0E

Black with #410D0E

Text Example


Text Example

White with #410D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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