Html Css Color HEX #4F050F Rustic Red

📋 copy color: '#4F050F'

red 79 ◦ green 5 ◦ blue 15

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

Shades of Rustic Red #4F050F

Tints of Rustic Red #4F050F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 15.15%

R = 79.8%
G = 5.05%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#4F050F (or 0x4F050F) is known color: Rustic Red. HEX triplet: 4F, 05 and 0F. RGB value is (79,5,15). Sum of RGB (Red+Green+Blue) = 79+5+15=99 (13% of max value = 765). Red value is 79 (31.25% from 255 or 79.80% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 79 - color contains mainly: red. Hex color #4F050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F050F is #B0FAF0. Grayscale: #1C1C1C. Windows color (decimal): -11598577 or 984399. OLE color: 984399.

HSL color Cylindrical-coordinate representation of color #4F050F: hue angle of 351.89º 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 #4F050F is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 5 15 -
CMYK 0 0.94 0.81 0.69
HSL 351.89º 0.88% 0.16% -
HSV(B) 351.89º 0.94% 0.31% -
XYZ 3.36 1.81 0.62 -
YUV 28.27 120.52 164.19 -
System Red Green Blue C M Y K H S L
Decimal 79 5 15 0 0.94 0.81 0.69 351.89 0.88 0.16
Hex 4F 5 F 0 5E 51 45 160 58 10
Octal 117 5 17 0 136 121 105 540 130 20
Binary 1001111 101 1111 0 1011110 1010001 1000101 101100000 1011000 10000

Color Harmonies of #4F050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F050F

Black with #4F050F

Text Example


Text Example

White with #4F050F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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