Html Css Color HEX #4F0C0D Rustic Red

📋 copy color: '#4F0C0D'

red 79 ◦ green 12 ◦ blue 13

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

Shades of Rustic Red #4F0C0D

Tints of Rustic Red #4F0C0D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.54%

 BLUE value IS 13 (5.47% from 255) = 12.5%

R = 75.96%
G = 11.54%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#4F0C0D (or 0x4F0C0D) is known color: Rustic Red. HEX triplet: 4F, 0C and 0D. RGB value is (79,12,13). Sum of RGB (Red+Green+Blue) = 79+12+13=104 (13% of max value = 765). Red value is 79 (31.25% from 255 or 75.96% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 13 (5.47% from 255 or 12.5% from 104); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0C0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0C0D is #B0F3F2. Grayscale: #202020. Windows color (decimal): -11596787 or 855119. OLE color: 855119.

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

Color convert

RGB 79 12 13 -
CMYK 0 0.85 0.84 0.69
HSL 359.1º 0.74% 0.18% -
HSV(B) 359.1º 0.85% 0.31% -
XYZ 3.43 1.95 0.58 -
YUV 32.15 117.2 161.42 -
System Red Green Blue C M Y K H S L
Decimal 79 12 13 0 0.85 0.84 0.69 359.1 0.74 0.18
Hex 4F C D 0 55 54 45 167 4A 12
Octal 117 14 15 0 125 124 105 547 112 22
Binary 1001111 1100 1101 0 1010101 1010100 1000101 101100111 1001010 10010

Color Harmonies of #4F0C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0C0D

Black with #4F0C0D

Text Example


Text Example

White with #4F0C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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