Html Css Color HEX #4F010C Rustic Red

📋 copy color: '#4F010C'

red 79 ◦ green 1 ◦ blue 12

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

Shades of Rustic Red #4F010C

Tints of Rustic Red #4F010C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 13.04%

R = 85.87%
G = 1.09%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.69

RGB Variations

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

Color information

#4F010C (or 0x4F010C) is known color: Rustic Red. HEX triplet: 4F, 01 and 0C. RGB value is (79,1,12). Sum of RGB (Red+Green+Blue) = 79+1+12=92 (12% of max value = 765). Red value is 79 (31.25% from 255 or 85.87% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 79 - color contains mainly: red. Hex color #4F010C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F010C is #B0FEF3. Grayscale: #191919. Windows color (decimal): -11599604 or 786767. OLE color: 786767.

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

Color convert

RGB 79 1 12 -
CMYK 0 0.99 0.85 0.69
HSL 351.54º 0.98% 0.16% -
HSV(B) 351.54º 0.99% 0.31% -
XYZ 3.3 1.71 0.5 -
YUV 25.58 120.34 166.11 -
System Red Green Blue C M Y K H S L
Decimal 79 1 12 0 0.99 0.85 0.69 351.54 0.98 0.16
Hex 4F 1 C 0 63 55 45 160 62 10
Octal 117 1 14 0 143 125 105 540 142 20
Binary 1001111 1 1100 0 1100011 1010101 1000101 101100000 1100010 10000

Color Harmonies of #4F010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F010C

Black with #4F010C

Text Example


Text Example

White with #4F010C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,1,12); }

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

background-color css

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

 a { background-color: rgb(79,1,12); }

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

border-color css

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

 span { border-color: rgb(79,1,12); }

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