Html Css Color HEX #4F030F Rustic Red

📋 copy color: '#4F030F'

red 79 ◦ green 3 ◦ blue 15

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

Shades of Rustic Red #4F030F

Tints of Rustic Red #4F030F

RGB

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

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

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

R = 81.44%
G = 3.09%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#4F030F (or 0x4F030F) is known color: Rustic Red. HEX triplet: 4F, 03 and 0F. RGB value is (79,3,15). Sum of RGB (Red+Green+Blue) = 79+3+15=97 (12% of max value = 765). Red value is 79 (31.25% from 255 or 81.44% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 15 (6.25% from 255 or 15.46% from 97); Max value from RGB is 79 - color contains mainly: red. Hex color #4F030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F030F is #B0FCF0. Grayscale: #1B1B1B. Windows color (decimal): -11599089 or 983887. OLE color: 983887.

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

Color convert

RGB 79 3 15 -
CMYK 0 0.96 0.81 0.69
HSL 350.53º 0.93% 0.16% -
HSV(B) 350.53º 0.96% 0.31% -
XYZ 3.34 1.76 0.62 -
YUV 27.09 121.18 165.02 -
System Red Green Blue C M Y K H S L
Decimal 79 3 15 0 0.96 0.81 0.69 350.53 0.93 0.16
Hex 4F 3 F 0 60 51 45 15F 5D 10
Octal 117 3 17 0 140 121 105 537 135 20
Binary 1001111 11 1111 0 1100000 1010001 1000101 101011111 1011101 10000

Color Harmonies of #4F030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F030F

Black with #4F030F

Text Example


Text Example

White with #4F030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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