#4C000D

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

Shades of Rustic Red #4C000D

Tints of Rustic Red #4C000D

Color information

#4C000D (or 0x4C000D) is unknown color: approx Rustic Red. HEX triplet: 4C, 00 and 0D. RGB value is (76,0,13). Sum of RGB (Red+Green+Blue) = 76+0+13=89 (11% of max value = 765). Red value is 76 (30.08% from 255 or 85.39% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 76 - color contains mainly: red. Hex color #4C000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C000D is #B3FFF2. Grayscale: #181818. Windows color (decimal): -11796467 or 852044. OLE color: 852044.

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

Color convert

RGB76013-
CMYK010.830.70
HSL349.74º100%14.9%-
HSV(B)349.74º100%29.8%-
XYZ3.051.570.52-
YUV24.21121.68164.94-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 85.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 14.61%
R=85.39%
G=0%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.83
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76013010.830.70349.7410014.9
Hex4C0D064534615e64f
Octal114015014412310653614417
Binary100110001101011001001010011100011010101111011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,0,13); }

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

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

 a { background-color: rgb(76,0,13); }

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

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

 span { border-color: rgb(76,0,13); }

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