Html Css Color HEX #4F050B Rustic Red

📋 copy color: '#4F050B'

red 79 ◦ green 5 ◦ blue 11

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

Shades of Rustic Red #4F050B

Tints of Rustic Red #4F050B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.26%

 BLUE value IS 11 (4.69% from 255) = 11.58%

R = 83.16%
G = 5.26%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#4F050B (or 0x4F050B) is known color: Rustic Red. HEX triplet: 4F, 05 and 0B. RGB value is (79,5,11). Sum of RGB (Red+Green+Blue) = 79+5+11=95 (12% of max value = 765). Red value is 79 (31.25% from 255 or 83.16% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 79 - color contains mainly: red. Hex color #4F050B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F050B is #B0FAF4. Grayscale: #1B1B1B. Windows color (decimal): -11598581 or 722255. OLE color: 722255.

HSL color Cylindrical-coordinate representation of color #4F050B: hue angle of 355.14º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F050B is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 5 11 -
CMYK 0 0.94 0.86 0.69
HSL 355.14º 0.88% 0.16% -
HSV(B) 355.14º 0.94% 0.31% -
XYZ 3.34 1.79 0.49 -
YUV 27.81 118.52 164.51 -
System Red Green Blue C M Y K H S L
Decimal 79 5 11 0 0.94 0.86 0.69 355.14 0.88 0.16
Hex 4F 5 B 0 5E 56 45 163 58 10
Octal 117 5 13 0 136 126 105 543 130 20
Binary 1001111 101 1011 0 1011110 1010110 1000101 101100011 1011000 10000

Color Harmonies of #4F050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F050B

Black with #4F050B

Text Example


Text Example

White with #4F050B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,5,11); }

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

background-color css

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

 a { background-color: rgb(79,5,11); }

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

border-color css

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

 span { border-color: rgb(79,5,11); }

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