Html Css Color HEX #4F1011 Rustic Red

📋 copy color: '#4F1011'

red 79 ◦ green 16 ◦ blue 17

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

Shades of Rustic Red #4F1011

Tints of Rustic Red #4F1011

RGB

 RED value IS 79 (31.25% from 255) = 70.54%

 GREEN value IS 16 (6.64% from 255) = 14.29%

 BLUE value IS 17 (7.03% from 255) = 15.18%

R = 70.54%
G = 14.29%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#4F1011 (or 0x4F1011) is known color: Rustic Red. HEX triplet: 4F, 10 and 11. RGB value is (79,16,17). Sum of RGB (Red+Green+Blue) = 79+16+17=112 (14% of max value = 765). Red value is 79 (31.25% from 255 or 70.54% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1011 is #B0EFEE. Grayscale: #232323. Windows color (decimal): -11595759 or 1118287. OLE color: 1118287.

HSL color Cylindrical-coordinate representation of color #4F1011: hue angle of 359.05º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F1011 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 16 17 -
CMYK 0 0.80 0.78 0.69
HSL 359.05º 0.66% 0.19% -
HSV(B) 359.05º 0.8% 0.31% -
XYZ 3.51 2.07 0.75 -
YUV 34.95 117.87 159.42 -
System Red Green Blue C M Y K H S L
Decimal 79 16 17 0 0.80 0.78 0.69 359.05 0.66 0.19
Hex 4F 10 11 0 50 4E 45 167 42 13
Octal 117 20 21 0 120 116 105 547 102 23
Binary 1001111 10000 10001 0 1010000 1001110 1000101 101100111 1000010 10011

Color Harmonies of #4F1011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1011

Black with #4F1011

Text Example


Text Example

White with #4F1011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F1011; }

 p { color: rgb(79,16,17); }

 H1.HeaderClassName
 {
   color: #4F1011;
 }
 .AnyTagClassName
 {
   color: #4F1011;
 }
</style>

background-color css

<style>
 a { background-color: #4F1011; }

 a { background-color: rgb(79,16,17); }

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

border-color css

<style>
 span { border-color: #4F1011; }

 span { border-color: rgb(79,16,17); }

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