Html Css Color HEX #4F030D Rustic Red

📋 copy color: '#4F030D'

red 79 ◦ green 3 ◦ blue 13

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

Shades of Rustic Red #4F030D

Tints of Rustic Red #4F030D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.16%

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

R = 83.16%
G = 3.16%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#4F030D (or 0x4F030D) is known color: Rustic Red. HEX triplet: 4F, 03 and 0D. RGB value is (79,3,13). Sum of RGB (Red+Green+Blue) = 79+3+13=95 (12% of max value = 765). Red value is 79 (31.25% from 255 or 83.16% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 79 - color contains mainly: red. Hex color #4F030D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F030D is #B0FCF2. Grayscale: #1A1A1A. Windows color (decimal): -11599091 or 852815. OLE color: 852815.

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

Color convert

RGB 79 3 13 -
CMYK 0 0.96 0.84 0.69
HSL 352.11º 0.93% 0.16% -
HSV(B) 352.11º 0.96% 0.31% -
XYZ 3.33 1.76 0.54 -
YUV 26.86 120.18 165.19 -
System Red Green Blue C M Y K H S L
Decimal 79 3 13 0 0.96 0.84 0.69 352.11 0.93 0.16
Hex 4F 3 D 0 60 54 45 160 5D 10
Octal 117 3 15 0 140 124 105 540 135 20
Binary 1001111 11 1101 0 1100000 1010100 1000101 101100000 1011101 10000

Color Harmonies of #4F030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F030D

Black with #4F030D

Text Example


Text Example

White with #4F030D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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