Html Css Color HEX #4D030B Rustic Red

📋 copy color: '#4D030B'

red 77 ◦ green 3 ◦ blue 11

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

Shades of Rustic Red #4D030B

Tints of Rustic Red #4D030B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 12.09%

R = 84.62%
G = 3.3%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.70

RGB Variations

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

Color information

#4D030B (or 0x4D030B) is known color: Rustic Red. HEX triplet: 4D, 03 and 0B. RGB value is (77,3,11). Sum of RGB (Red+Green+Blue) = 77+3+11=91 (12% of max value = 765). Red value is 77 (30.47% from 255 or 84.62% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 11 (4.69% from 255 or 12.09% from 91); Max value from RGB is 77 - color contains mainly: red. Hex color #4D030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D030B is #B2FCF4. Grayscale: #1A1A1A. Windows color (decimal): -11730165 or 721741. OLE color: 721741.

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

Color convert

RGB 77 3 11 -
CMYK 0 0.96 0.86 0.70
HSL 353.51º 0.93% 0.16% -
HSV(B) 353.51º 0.96% 0.3% -
XYZ 3.15 1.67 0.47 -
YUV 26.04 119.52 164.35 -
System Red Green Blue C M Y K H S L
Decimal 77 3 11 0 0.96 0.86 0.70 353.51 0.93 0.16
Hex 4D 3 B 0 60 56 46 162 5C 10
Octal 115 3 13 0 140 126 106 542 134 20
Binary 1001101 11 1011 0 1100000 1010110 1000110 101100010 1011100 10000

Color Harmonies of #4D030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D030B

Black with #4D030B

Text Example


Text Example

White with #4D030B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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