#4A010F

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

Shades of Rustic Red #4A010F

Tints of Rustic Red #4A010F

Color information

#4A010F (or 0x4A010F) is unknown color: approx Rustic Red. HEX triplet: 4A, 01 and 0F. RGB value is (74,1,15). Sum of RGB (Red+Green+Blue) = 74+1+15=90 (11% of max value = 765). Red value is 74 (29.30% from 255 or 82.22% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 74 - color contains mainly: red. Hex color #4A010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A010F is #B5FEF0. Grayscale: #181818. Windows color (decimal): -11927281 or 983370. OLE color: 983370.

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

Color convert

RGB74115-
CMYK00.990.800.71
HSL348.49º97.33%14.71%-
HSV(B)348.49º98.65%29.02%-
XYZ2.921.510.59-
YUV24.42122.68163.36-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 82.22%
GREEN value IS 1 (0.78% from 255) = 1.11%
BLUE value IS 15 (6.25% from 255) = 16.67%
R=82.22%
G=1.11%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.80
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7411500.990.800.71348.4997.3314.71
Hex4A1F063504715c61f
Octal112117014312010753414117
Binary100101011111011000111010000100011110101110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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