Html Css Color HEX #4D030C Rustic Red

📋 copy color: '#4D030C'

red 77 ◦ green 3 ◦ blue 12

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

Shades of Rustic Red #4D030C

Tints of Rustic Red #4D030C

RGB

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

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

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

R = 83.7%
G = 3.26%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.70

RGB Variations

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

Color information

#4D030C (or 0x4D030C) is known color: Rustic Red. HEX triplet: 4D, 03 and 0C. RGB value is (77,3,12). Sum of RGB (Red+Green+Blue) = 77+3+12=92 (12% of max value = 765). Red value is 77 (30.47% from 255 or 83.70% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 77 - color contains mainly: red. Hex color #4D030C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D030C is #B2FCF3. Grayscale: #1A1A1A. Windows color (decimal): -11730164 or 787277. OLE color: 787277.

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

Color convert

RGB 77 3 12 -
CMYK 0 0.96 0.84 0.70
HSL 352.7º 0.93% 0.16% -
HSV(B) 352.7º 0.96% 0.3% -
XYZ 3.16 1.67 0.5 -
YUV 26.15 120.02 164.27 -
System Red Green Blue C M Y K H S L
Decimal 77 3 12 0 0.96 0.84 0.70 352.7 0.93 0.16
Hex 4D 3 C 0 60 54 46 161 5C 10
Octal 115 3 14 0 140 124 106 541 134 20
Binary 1001101 11 1100 0 1100000 1010100 1000110 101100001 1011100 10000

Color Harmonies of #4D030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D030C

Black with #4D030C

Text Example


Text Example

White with #4D030C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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