#4C0104

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

Shades of Rustic Red #4C0104

Tints of Rustic Red #4C0104

Color information

#4C0104 (or 0x4C0104) is unknown color: approx Rustic Red. HEX triplet: 4C, 01 and 04. RGB value is (76,1,4). Sum of RGB (Red+Green+Blue) = 76+1+4=81 (10% of max value = 765). Red value is 76 (30.08% from 255 or 93.83% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 4 (1.95% from 255 or 4.94% from 81); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0104 is #B3FEFB. Grayscale: #171717. Windows color (decimal): -11796220 or 262476. OLE color: 262476.

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

Color convert

RGB7614-
CMYK00.990.950.70
HSL357.6º97.4%15.1%-
HSV(B)357.6º98.68%29.8%-
XYZ3.011.570.26-
YUV23.77116.85165.26-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 93.83%
GREEN value IS 1 (0.78% from 255) = 1.23%
BLUE value IS 4 (1.95% from 255) = 4.94%
R=93.83%
G=1.23%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.95
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal761400.990.950.70357.697.415.1
Hex4C140635F4616661f
Octal11414014313710654614117
Binary10011001100011000111011111100011010110011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,1,4); }

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

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

 a { background-color: rgb(76,1,4); }

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

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

 span { border-color: rgb(76,1,4); }

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