#4c0102

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

Shades of Rustic Red #4C0102

Tints of Rustic Red #4C0102

Color information

#4C0102 (or 0x4C0102) is unknown color: approx Rustic Red. HEX triplet: 4C, 01 and 02. RGB value is (76,1,2). Sum of RGB (Red+Green+Blue) = 76+1+2=79 (10% of max value = 765). Red value is 76 (30.08% from 255 or 96.20% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 2 (1.17% from 255 or 2.53% from 79); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0102 is #B3FEFD. Grayscale: #171717. Windows color (decimal): -11796222 or 131404. OLE color: 131404.

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

Color convert

RGB7612-
CMYK00.990.970.70
HSL359.2º97.4%15.1%-
HSV(B)359.2º98.68%29.8%-
XYZ31.560.2-
YUV23.54115.85165.42-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 96.20%
GREEN value IS 1 (0.78% from 255) = 1.27%
BLUE value IS 2 (1.17% from 255) = 2.53%
R=96.20%
G=1.27%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.97
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal761200.990.970.70359.297.415.1
Hex4C12063614616761f
Octal11412014314110654714117
Binary1001100110011000111100001100011010110011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c0102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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