Html Css Color HEX #41010E Rustic Red

📋 copy color: '#41010E'

red 65 ◦ green 1 ◦ blue 14

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

Shades of Rustic Red #41010E

Tints of Rustic Red #41010E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.25%

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

R = 81.25%
G = 1.25%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#41010E (or 0x41010E) is known color: Rustic Red. HEX triplet: 41, 01 and 0E. RGB value is (65,1,14). Sum of RGB (Red+Green+Blue) = 65+1+14=80 (10% of max value = 765). Red value is 65 (25.78% from 255 or 81.25% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 14 (5.86% from 255 or 17.5% from 80); Max value from RGB is 65 - color contains mainly: red. Hex color #41010E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41010E is #BEFEF1. Grayscale: #151515. Windows color (decimal): -12517106 or 917825. OLE color: 917825.

HSL color Cylindrical-coordinate representation of color #41010E: hue angle of 347.81º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #41010E is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 1 14 -
CMYK 0 0.98 0.78 0.75
HSL 347.81º 0.97% 0.13% -
HSV(B) 347.81º 0.98% 0.25% -
XYZ 2.27 1.18 0.52 -
YUV 21.62 123.7 158.94 -
System Red Green Blue C M Y K H S L
Decimal 65 1 14 0 0.98 0.78 0.75 347.81 0.97 0.13
Hex 41 1 E 0 62 4E 4B 15C 61 D
Octal 101 1 16 0 142 116 113 534 141 15
Binary 1000001 1 1110 0 1100010 1001110 1001011 101011100 1100001 1101

Color Harmonies of #41010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41010E

Black with #41010E

Text Example


Text Example

White with #41010E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41010E; }

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

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

background-color css

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

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

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

border-color css

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

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

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