#4A010B

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

Shades of Rustic Red #4A010B

Tints of Rustic Red #4A010B

Color information

#4A010B (or 0x4A010B) is unknown color: approx Rustic Red. HEX triplet: 4A, 01 and 0B. RGB value is (74,1,11). Sum of RGB (Red+Green+Blue) = 74+1+11=86 (11% of max value = 765). Red value is 74 (29.30% from 255 or 86.05% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 11 (4.69% from 255 or 12.79% from 86); Max value from RGB is 74 - color contains mainly: red. Hex color #4A010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A010B is #B5FEF4. Grayscale: #181818. Windows color (decimal): -11927285 or 721226. OLE color: 721226.

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

Color convert

RGB74111-
CMYK00.990.850.71
HSL351.78º97.33%14.71%-
HSV(B)351.78º98.65%29.02%-
XYZ2.91.50.45-
YUV23.97120.68163.69-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 86.05%
GREEN value IS 1 (0.78% from 255) = 1.16%
BLUE value IS 11 (4.69% from 255) = 12.79%
R=86.05%
G=1.16%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7411100.990.850.71351.7897.3314.71
Hex4A1B063554716061f
Octal112113014312510754014117
Binary100101011011011000111010101100011110110000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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