#4A020F

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

Shades of Rustic Red #4A020F

Tints of Rustic Red #4A020F

Color information

#4A020F (or 0x4A020F) is unknown color: approx Rustic Red. HEX triplet: 4A, 02 and 0F. RGB value is (74,2,15). Sum of RGB (Red+Green+Blue) = 74+2+15=91 (12% of max value = 765). Red value is 74 (29.30% from 255 or 81.32% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 74 - color contains mainly: red. Hex color #4A020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A020F is #B5FDF0. Grayscale: #191919. Windows color (decimal): -11927025 or 983626. OLE color: 983626.

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

Color convert

RGB74215-
CMYK00.970.800.71
HSL349.17º94.74%14.9%-
HSV(B)349.17º97.3%29.02%-
XYZ2.931.530.59-
YUV25.01122.35162.94-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 81.32%
GREEN value IS 2 (1.17% from 255) = 2.20%
BLUE value IS 15 (6.25% from 255) = 16.48%
R=81.32%
G=2.20%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.80
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7421500.970.800.71349.1794.7414.9
Hex4A2F061504715d5ff
Octal112217014112010753513717
Binary1001010101111011000011010000100011110101110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,2,15); }

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

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

 a { background-color: rgb(74,2,15); }

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

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

 span { border-color: rgb(74,2,15); }

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