#47010b

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

Shades of Rustic Red #47010B

Tints of Rustic Red #47010B

Color information

#47010B (or 0x47010B) is unknown color: approx Rustic Red. HEX triplet: 47, 01 and 0B. RGB value is (71,1,11). Sum of RGB (Red+Green+Blue) = 71+1+11=83 (10% of max value = 765). Red value is 71 (28.12% from 255 or 85.54% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 71 - color contains mainly: red. Hex color #47010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47010B is #B8FEF4. Grayscale: #171717. Windows color (decimal): -12123893 or 721223. OLE color: 721223.

HSL color Cylindrical-coordinate representation of color #47010B: hue angle of 351.43º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #47010B is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB71111-
CMYK00.990.850.72
HSL351.43º97.22%14.12%-
HSV(B)351.43º98.59%27.84%-
XYZ2.671.390.44-
YUV23.07121.19162.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 85.54%
GREEN value IS 1 (0.78% from 255) = 1.20%
BLUE value IS 11 (4.69% from 255) = 13.25%
R=85.54%
G=1.20%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7111100.990.850.72351.4397.2214.12
Hex471B063554815f61e
Octal107113014312511053714116
Binary100011111011011000111010101100100010101111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47010b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47010b; }

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

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

<style>
 a { background-color: #47010b; }

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

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

<style>
 span { border-color: #47010b; }

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

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