#4C010F

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

Shades of Rustic Red #4C010F

Tints of Rustic Red #4C010F

Color information

#4C010F (or 0x4C010F) is unknown color: approx Rustic Red. HEX triplet: 4C, 01 and 0F. RGB value is (76,1,15). Sum of RGB (Red+Green+Blue) = 76+1+15=92 (12% of max value = 765). Red value is 76 (30.08% from 255 or 82.61% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 15 (6.25% from 255 or 16.30% from 92); Max value from RGB is 76 - color contains mainly: red. Hex color #4C010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C010F is #B3FEF0. Grayscale: #191919. Windows color (decimal): -11796209 or 983372. OLE color: 983372.

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

Color convert

RGB76115-
CMYK00.990.800.70
HSL348.8º97.4%15.1%-
HSV(B)348.8º98.68%29.8%-
XYZ3.081.590.6-
YUV25.02122.35164.36-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 82.61%
GREEN value IS 1 (0.78% from 255) = 1.09%
BLUE value IS 15 (6.25% from 255) = 16.30%
R=82.61%
G=1.09%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.80
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7611500.990.800.70348.897.415.1
Hex4C1F063504615d61f
Octal114117014312010653514117
Binary100110011111011000111010000100011010101110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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