#4A0311

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

Shades of Rustic Red #4A0311

Tints of Rustic Red #4A0311

Color information

#4A0311 (or 0x4A0311) is unknown color: approx Rustic Red. HEX triplet: 4A, 03 and 11. RGB value is (74,3,17). Sum of RGB (Red+Green+Blue) = 74+3+17=94 (12% of max value = 765). Red value is 74 (29.30% from 255 or 78.72% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 17 (7.03% from 255 or 18.09% from 94); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A0311 is #B5FCEE. Grayscale: #191919. Windows color (decimal): -11926767 or 1114954. OLE color: 1114954.

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

Color convert

RGB74317-
CMYK00.960.770.71
HSL348.17º92.21%15.1%-
HSV(B)348.17º95.95%29.02%-
XYZ2.961.560.68-
YUV25.82123.02162.36-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 78.72%
GREEN value IS 3 (1.56% from 255) = 3.19%
BLUE value IS 17 (7.03% from 255) = 18.09%
R=78.72%
G=3.19%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7431700.960.770.71348.1792.2115.1
Hex4A3110604D4715c5cf
Octal112321014011510753413417
Binary10010101110001011000001001101100011110101110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,3,17); }

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

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

 a { background-color: rgb(74,3,17); }

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

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

 span { border-color: rgb(74,3,17); }

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