#4C0C0D

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

Shades of Rustic Red #4C0C0D

Tints of Rustic Red #4C0C0D

Color information

#4C0C0D (or 0x4C0C0D) is unknown color: approx Rustic Red. HEX triplet: 4C, 0C and 0D. RGB value is (76,12,13). Sum of RGB (Red+Green+Blue) = 76+12+13=101 (13% of max value = 765). Red value is 76 (30.08% from 255 or 75.25% from 101); Green value is 12 (5.08% from 255 or 11.88% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0C0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0C0D is #B3F3F2. Grayscale: #1F1F1F. Windows color (decimal): -11793395 or 855116. OLE color: 855116.

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

Color convert

RGB761213-
CMYK00.840.830.70
HSL359.06º72.73%17.25%-
HSV(B)359.06º84.21%29.8%-
XYZ3.181.830.57-
YUV31.25117.7159.92-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 75.25%
GREEN value IS 12 (5.08% from 255) = 11.88%
BLUE value IS 13 (5.47% from 255) = 12.87%
R=75.25%
G=11.88%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.83
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76121300.840.830.70359.0672.7317.25
Hex4CCD05453461674911
Octal1141415012412310654711121
Binary1001100110011010101010010100111000110101100111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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