#4C030C

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

Shades of Rustic Red #4C030C

Tints of Rustic Red #4C030C

Color information

#4C030C (or 0x4C030C) is unknown color: approx Rustic Red. HEX triplet: 4C, 03 and 0C. RGB value is (76,3,12). Sum of RGB (Red+Green+Blue) = 76+3+12=91 (12% of max value = 765). Red value is 76 (30.08% from 255 or 83.52% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 12 (5.08% from 255 or 13.19% from 91); Max value from RGB is 76 - color contains mainly: red. Hex color #4C030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C030C is #B3FCF3. Grayscale: #191919. Windows color (decimal): -11795700 or 787276. OLE color: 787276.

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

Color convert

RGB76312-
CMYK00.960.840.70
HSL352.6º92.41%15.49%-
HSV(B)352.6º96.05%29.8%-
XYZ3.081.630.5-
YUV25.85120.18163.77-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 83.52%
GREEN value IS 3 (1.56% from 255) = 3.30%
BLUE value IS 12 (5.08% from 255) = 13.19%
R=83.52%
G=3.30%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.84
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7631200.960.840.70352.692.4115.49
Hex4C3C06054461615cf
Octal114314014012410654113417
Binary1001100111100011000001010100100011010110000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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