#4A020B

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

Shades of Rustic Red #4A020B

Tints of Rustic Red #4A020B

Color information

#4A020B (or 0x4A020B) is unknown color: approx Rustic Red. HEX triplet: 4A, 02 and 0B. RGB value is (74,2,11). Sum of RGB (Red+Green+Blue) = 74+2+11=87 (11% of max value = 765). Red value is 74 (29.30% from 255 or 85.06% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 11 (4.69% from 255 or 12.64% from 87); Max value from RGB is 74 - color contains mainly: red. Hex color #4A020B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A020B is #B5FDF4. Grayscale: #181818. Windows color (decimal): -11927029 or 721482. OLE color: 721482.

HSL color Cylindrical-coordinate representation of color #4A020B: hue angle of 352.5º 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 #4A020B is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.71.

Color convert

RGB74211-
CMYK00.970.850.71
HSL352.5º94.74%14.9%-
HSV(B)352.5º97.3%29.02%-
XYZ2.911.520.46-
YUV24.55120.35163.27-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 85.06%
GREEN value IS 2 (1.17% from 255) = 2.30%
BLUE value IS 11 (4.69% from 255) = 12.64%
R=85.06%
G=2.30%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7421100.970.850.71352.594.7414.9
Hex4A2B06155471605ff
Octal112213014112510754013717
Binary1001010101011011000011010101100011110110000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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