#4A040C

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

Shades of Rustic Red #4A040C

Tints of Rustic Red #4A040C

Color information

#4A040C (or 0x4A040C) is unknown color: approx Rustic Red. HEX triplet: 4A, 04 and 0C. RGB value is (74,4,12). Sum of RGB (Red+Green+Blue) = 74+4+12=90 (11% of max value = 765). Red value is 74 (29.30% from 255 or 82.22% from 90); Green value is 4 (1.95% from 255 or 4.44% from 90); Blue value is 12 (5.08% from 255 or 13.33% from 90); Max value from RGB is 74 - color contains mainly: red. Hex color #4A040C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A040C is #B5FBF3. Grayscale: #191919. Windows color (decimal): -11926516 or 787530. OLE color: 787530.

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

Color convert

RGB74412-
CMYK00.950.840.71
HSL353.14º89.74%15.29%-
HSV(B)353.14º94.59%29.02%-
XYZ2.931.570.5-
YUV25.84120.19162.35-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 82.22%
GREEN value IS 4 (1.95% from 255) = 4.44%
BLUE value IS 12 (5.08% from 255) = 13.33%
R=82.22%
G=4.44%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7441200.950.840.71353.1489.7415.29
Hex4A4C05F54471615af
Octal112414013712410754113217
Binary10010101001100010111111010100100011110110000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,4,12); }

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

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

 a { background-color: rgb(74,4,12); }

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

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

 span { border-color: rgb(74,4,12); }

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