Html Css Color HEX #4D0203 Rustic Red

📋 copy color: '#4D0203'

red 77 ◦ green 2 ◦ blue 3

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

Shades of Rustic Red #4D0203

Tints of Rustic Red #4D0203

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.44%

 BLUE value IS 3 (1.56% from 255) = 3.66%

R = 93.9%
G = 2.44%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.70

RGB Variations

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

Color information

#4D0203 (or 0x4D0203) is known color: Rustic Red. HEX triplet: 4D, 02 and 03. RGB value is (77,2,3). Sum of RGB (Red+Green+Blue) = 77+2+3=82 (10% of max value = 765). Red value is 77 (30.47% from 255 or 93.90% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 3 (1.56% from 255 or 3.66% from 82); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0203 is #B2FDFC. Grayscale: #181818. Windows color (decimal): -11730429 or 197197. OLE color: 197197.

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

Color convert

RGB 77 2 3 -
CMYK 0 0.97 0.96 0.70
HSL 359.2º 0.95% 0.15% -
HSV(B) 359.2º 0.97% 0.3% -
XYZ 3.1 1.63 0.24 -
YUV 24.54 115.85 165.42 -
System Red Green Blue C M Y K H S L
Decimal 77 2 3 0 0.97 0.96 0.70 359.2 0.95 0.15
Hex 4D 2 3 0 61 60 46 167 5F F
Octal 115 2 3 0 141 140 106 547 137 17
Binary 1001101 10 11 0 1100001 1100000 1000110 101100111 1011111 1111

Color Harmonies of #4D0203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0203

Black with #4D0203

Text Example


Text Example

White with #4D0203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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