#4D000C

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

Shades of Rustic Red #4D000C

Tints of Rustic Red #4D000C

Color information

#4D000C (or 0x4D000C) is unknown color: approx Rustic Red. HEX triplet: 4D, 00 and 0C. RGB value is (77,0,12). Sum of RGB (Red+Green+Blue) = 77+0+12=89 (11% of max value = 765). Red value is 77 (30.47% from 255 or 86.52% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 12 (5.08% from 255 or 13.48% from 89); Max value from RGB is 77 - color contains mainly: red. Hex color #4D000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D000C is #B2FFF3. Grayscale: #181818. Windows color (decimal): -11730932 or 786509. OLE color: 786509.

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

Color convert

RGB77012-
CMYK010.840.70
HSL350.65º100%15.1%-
HSV(B)350.65º100%30.2%-
XYZ3.131.60.49-
YUV24.39121.01165.52-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 86.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 13.48%
R=86.52%
G=0%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.84
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77012010.840.70350.6510015.1
Hex4D0C064544615f64f
Octal115014014412410653714417
Binary100110101100011001001010100100011010101111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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