#4C050D

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

Shades of Rustic Red #4C050D

Tints of Rustic Red #4C050D

Color information

#4C050D (or 0x4C050D) is unknown color: approx Rustic Red. HEX triplet: 4C, 05 and 0D. RGB value is (76,5,13). Sum of RGB (Red+Green+Blue) = 76+5+13=94 (12% of max value = 765). Red value is 76 (30.08% from 255 or 80.85% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 76 - color contains mainly: red. Hex color #4C050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C050D is #B3FAF2. Grayscale: #1B1B1B. Windows color (decimal): -11795187 or 853324. OLE color: 853324.

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

Color convert

RGB76513-
CMYK00.930.830.70
HSL353.24º87.65%15.88%-
HSV(B)353.24º93.42%29.8%-
XYZ3.111.670.54-
YUV27.14120.02162.85-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 80.85%
GREEN value IS 5 (2.34% from 255) = 5.32%
BLUE value IS 13 (5.47% from 255) = 13.83%
R=80.85%
G=5.32%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7651300.930.830.70353.2487.6515.88
Hex4C5D05D53461615810
Octal114515013512310654113020
Binary100110010111010101110110100111000110101100001101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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