Html Css Color HEX #4D030D Rustic Red

📋 copy color: '#4D030D'

red 77 ◦ green 3 ◦ blue 13

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

Shades of Rustic Red #4D030D

Tints of Rustic Red #4D030D

RGB

 RED value IS 77 (30.47% from 255) = 82.8%

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

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

R = 82.8%
G = 3.23%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.70

RGB Variations

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

Color information

#4D030D (or 0x4D030D) is known color: Rustic Red. HEX triplet: 4D, 03 and 0D. RGB value is (77,3,13). Sum of RGB (Red+Green+Blue) = 77+3+13=93 (12% of max value = 765). Red value is 77 (30.47% from 255 or 82.80% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 77 - color contains mainly: red. Hex color #4D030D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D030D is #B2FCF2. Grayscale: #1A1A1A. Windows color (decimal): -11730163 or 852813. OLE color: 852813.

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

Color convert

RGB 77 3 13 -
CMYK 0 0.96 0.83 0.70
HSL 351.89º 0.93% 0.16% -
HSV(B) 351.89º 0.96% 0.3% -
XYZ 3.17 1.67 0.54 -
YUV 26.27 120.52 164.19 -
System Red Green Blue C M Y K H S L
Decimal 77 3 13 0 0.96 0.83 0.70 351.89 0.93 0.16
Hex 4D 3 D 0 60 53 46 160 5C 10
Octal 115 3 15 0 140 123 106 540 134 20
Binary 1001101 11 1101 0 1100000 1010011 1000110 101100000 1011100 10000

Color Harmonies of #4D030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D030D

Black with #4D030D

Text Example


Text Example

White with #4D030D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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