#4C0C13

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

Shades of Rustic Red #4C0C13

Tints of Rustic Red #4C0C13

Color information

#4C0C13 (or 0x4C0C13) is unknown color: approx Rustic Red. HEX triplet: 4C, 0C and 13. RGB value is (76,12,19). Sum of RGB (Red+Green+Blue) = 76+12+19=107 (14% of max value = 765). Red value is 76 (30.08% from 255 or 71.03% from 107); Green value is 12 (5.08% from 255 or 11.21% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0C13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0C13 is #B3F3EC. Grayscale: #1F1F1F. Windows color (decimal): -11793389 or 1248332. OLE color: 1248332.

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

Color convert

RGB761219-
CMYK00.840.750.70
HSL353.44º72.73%17.25%-
HSV(B)353.44º84.21%29.8%-
XYZ3.231.850.8-
YUV31.93120.7159.43-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 71.03%
GREEN value IS 12 (5.08% from 255) = 11.21%
BLUE value IS 19 (7.81% from 255) = 17.76%
R=71.03%
G=11.21%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76121900.840.750.70353.4472.7317.25
Hex4CC130544B461614911
Octal1141423012411310654111121
Binary10011001100100110101010010010111000110101100001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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