#4A070B

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

Shades of Rustic Red #4A070B

Tints of Rustic Red #4A070B

Color information

#4A070B (or 0x4A070B) is unknown color: approx Rustic Red. HEX triplet: 4A, 07 and 0B. RGB value is (74,7,11). Sum of RGB (Red+Green+Blue) = 74+7+11=92 (12% of max value = 765). Red value is 74 (29.30% from 255 or 80.43% from 92); Green value is 7 (3.12% from 255 or 7.61% from 92); Blue value is 11 (4.69% from 255 or 11.96% from 92); Max value from RGB is 74 - color contains mainly: red. Hex color #4A070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A070B is #B5F8F4. Grayscale: #1B1B1B. Windows color (decimal): -11925749 or 722762. OLE color: 722762.

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

Color convert

RGB74711-
CMYK00.910.850.71
HSL356.42º82.72%15.88%-
HSV(B)356.42º90.54%29.02%-
XYZ2.961.630.48-
YUV27.49118.7161.17-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 80.43%
GREEN value IS 7 (3.12% from 255) = 7.61%
BLUE value IS 11 (4.69% from 255) = 11.96%
R=80.43%
G=7.61%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7471100.910.850.71356.4282.7215.88
Hex4A7B05B55471645310
Octal112713013312510754412320
Binary100101011110110101101110101011000111101100100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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