Html Css Color HEX #4D1213 Rustic Red

📋 copy color: '#4D1213'

red 77 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #4D1213

Tints of Rustic Red #4D1213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.79%

 BLUE value IS 19 (7.81% from 255) = 16.67%

R = 67.54%
G = 15.79%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.70

RGB Variations

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

Color information

#4D1213 (or 0x4D1213) is known color: Rustic Red. HEX triplet: 4D, 12 and 13. RGB value is (77,18,19). Sum of RGB (Red+Green+Blue) = 77+18+19=114 (15% of max value = 765). Red value is 77 (30.47% from 255 or 67.54% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1213 is #B2EDEC. Grayscale: #232323. Windows color (decimal): -11726317 or 1249869. OLE color: 1249869.

HSL color Cylindrical-coordinate representation of color #4D1213: hue angle of 358.98º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D1213 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 18 19 -
CMYK 0 0.77 0.75 0.70
HSL 358.98º 0.62% 0.19% -
HSV(B) 358.98º 0.77% 0.3% -
XYZ 3.39 2.06 0.83 -
YUV 35.76 118.55 157.42 -
System Red Green Blue C M Y K H S L
Decimal 77 18 19 0 0.77 0.75 0.70 358.98 0.62 0.19
Hex 4D 12 13 0 4D 4B 46 167 3E 13
Octal 115 22 23 0 115 113 106 547 76 23
Binary 1001101 10010 10011 0 1001101 1001011 1000110 101100111 111110 10011

Color Harmonies of #4D1213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1213

Black with #4D1213

Text Example


Text Example

White with #4D1213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,18,19); }

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

background-color css

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

 a { background-color: rgb(77,18,19); }

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

border-color css

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

 span { border-color: rgb(77,18,19); }

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