#47030B

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

Shades of Rustic Red #47030B

Tints of Rustic Red #47030B

Color information

#47030B (or 0x47030B) is unknown color: approx Rustic Red. HEX triplet: 47, 03 and 0B. RGB value is (71,3,11). Sum of RGB (Red+Green+Blue) = 71+3+11=85 (11% of max value = 765). Red value is 71 (28.12% from 255 or 83.53% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 71 - color contains mainly: red. Hex color #47030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47030B is #B8FCF4. Grayscale: #181818. Windows color (decimal): -12123381 or 721735. OLE color: 721735.

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

Color convert

RGB71311-
CMYK00.960.850.72
HSL352.94º91.89%14.51%-
HSV(B)352.94º95.77%27.84%-
XYZ2.691.430.45-
YUV24.24120.53161.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 83.53%
GREEN value IS 3 (1.56% from 255) = 3.53%
BLUE value IS 11 (4.69% from 255) = 12.94%
R=83.53%
G=3.53%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7131100.960.850.72352.9491.8914.51
Hex473B06055481615cf
Octal107313014012511054113417
Binary1000111111011011000001010101100100010110000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47030B; }

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

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

<style>
 a { background-color: #47030B; }

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

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

<style>
 span { border-color: #47030B; }

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

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