Html Css Color HEX #4D090C Rustic Red

📋 copy color: '#4D090C'

red 77 ◦ green 9 ◦ blue 12

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

Shades of Rustic Red #4D090C

Tints of Rustic Red #4D090C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.18%

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

R = 78.57%
G = 9.18%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.70

RGB Variations

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

Color information

#4D090C (or 0x4D090C) is known color: Rustic Red. HEX triplet: 4D, 09 and 0C. RGB value is (77,9,12). Sum of RGB (Red+Green+Blue) = 77+9+12=98 (12% of max value = 765). Red value is 77 (30.47% from 255 or 78.57% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 77 - color contains mainly: red. Hex color #4D090C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D090C is #B2F6F3. Grayscale: #1D1D1D. Windows color (decimal): -11728628 or 788813. OLE color: 788813.

HSL color Cylindrical-coordinate representation of color #4D090C: hue angle of 357.35º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D090C is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 9 12 -
CMYK 0 0.88 0.84 0.70
HSL 357.35º 0.79% 0.17% -
HSV(B) 357.35º 0.88% 0.3% -
XYZ 3.22 1.8 0.53 -
YUV 29.67 118.03 161.76 -
System Red Green Blue C M Y K H S L
Decimal 77 9 12 0 0.88 0.84 0.70 357.35 0.79 0.17
Hex 4D 9 C 0 58 54 46 165 4F 11
Octal 115 11 14 0 130 124 106 545 117 21
Binary 1001101 1001 1100 0 1011000 1010100 1000110 101100101 1001111 10001

Color Harmonies of #4D090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D090C

Black with #4D090C

Text Example


Text Example

White with #4D090C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,9,12); }

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

background-color css

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

 a { background-color: rgb(77,9,12); }

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

border-color css

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

 span { border-color: rgb(77,9,12); }

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