Html Css Color HEX #41070E Rustic Red

📋 copy color: '#41070E'

red 65 ◦ green 7 ◦ blue 14

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

Shades of Rustic Red #41070E

Tints of Rustic Red #41070E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.14%

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

R = 75.58%
G = 8.14%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#41070E (or 0x41070E) is known color: Rustic Red. HEX triplet: 41, 07 and 0E. RGB value is (65,7,14). Sum of RGB (Red+Green+Blue) = 65+7+14=86 (11% of max value = 765). Red value is 65 (25.78% from 255 or 75.58% from 86); Green value is 7 (3.12% from 255 or 8.14% from 86); Blue value is 14 (5.86% from 255 or 16.28% from 86); Max value from RGB is 65 - color contains mainly: red. Hex color #41070E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41070E is #BEF8F1. Grayscale: #191919. Windows color (decimal): -12515570 or 919361. OLE color: 919361.

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

Color convert

RGB 65 7 14 -
CMYK 0 0.89 0.78 0.75
HSL 352.76º 0.81% 0.14% -
HSV(B) 352.76º 0.89% 0.25% -
XYZ 2.34 1.31 0.54 -
YUV 25.14 121.72 156.43 -
System Red Green Blue C M Y K H S L
Decimal 65 7 14 0 0.89 0.78 0.75 352.76 0.81 0.14
Hex 41 7 E 0 59 4E 4B 161 51 E
Octal 101 7 16 0 131 116 113 541 121 16
Binary 1000001 111 1110 0 1011001 1001110 1001011 101100001 1010001 1110

Color Harmonies of #41070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41070E

Black with #41070E

Text Example


Text Example

White with #41070E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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