#4A0E14

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

Shades of Rustic Red #4A0E14

Tints of Rustic Red #4A0E14

Color information

#4A0E14 (or 0x4A0E14) is unknown color: approx Rustic Red. HEX triplet: 4A, 0E and 14. RGB value is (74,14,20). Sum of RGB (Red+Green+Blue) = 74+14+20=108 (14% of max value = 765). Red value is 74 (29.30% from 255 or 68.52% from 108); Green value is 14 (5.86% from 255 or 12.96% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0E14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A0E14 is #B5F1EB. Grayscale: #202020. Windows color (decimal): -11923948 or 1314378. OLE color: 1314378.

HSL color Cylindrical-coordinate representation of color #4A0E14: hue angle of 354º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A0E14 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB741420-
CMYK00.810.730.71
HSL354º68.18%17.25%-
HSV(B)354º81.08%29.02%-
XYZ3.111.820.85-
YUV32.62120.88157.51-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 68.52%
GREEN value IS 14 (5.86% from 255) = 12.96%
BLUE value IS 20 (8.20% from 255) = 18.52%
R=68.52%
G=12.96%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74142000.810.730.7135468.1817.25
Hex4AE1405149471624411
Octal1121624012111110754210421
Binary10010101110101000101000110010011000111101100010100010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,14,20); }

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

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

 a { background-color: rgb(74,14,20); }

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

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

 span { border-color: rgb(74,14,20); }

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