#4D010C

Color #4D010C Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #4D010C

Tints of Rustic Red #4D010C

Color information

#4D010C (or 0x4D010C) is unknown color: approx Rustic Red. HEX triplet: 4D, 01 and 0C. RGB value is (77,1,12). Sum of RGB (Red+Green+Blue) = 77+1+12=90 (11% of max value = 765). Red value is 77 (30.47% from 255 or 85.56% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 12 (5.08% from 255 or 13.33% from 90); Max value from RGB is 77 - color contains mainly: red. Hex color #4D010C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D010C is #B2FEF3. Grayscale: #191919. Windows color (decimal): -11730676 or 786765. OLE color: 786765.

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

Color convert

RGB77112-
CMYK00.990.840.70
HSL351.32º97.44%15.29%-
HSV(B)351.32º98.7%30.2%-
XYZ3.141.630.5-
YUV24.98120.68165.11-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 85.56%
GREEN value IS 1 (0.78% from 255) = 1.11%
BLUE value IS 12 (5.08% from 255) = 13.33%
R=85.56%
G=1.11%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.84
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7711200.990.840.70351.3297.4415.29
Hex4D1C063544615f61f
Octal115114014312410653714117
Binary100110111100011000111010100100011010101111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D010C;
 }
 .AnyTagClassName
 {
   color: #4D010C;
 }
</style>
background-color css

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

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

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

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

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

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