#47000F

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

Shades of Rustic Red #47000F

Tints of Rustic Red #47000F

Color information

#47000F (or 0x47000F) is unknown color: approx Rustic Red. HEX triplet: 47, 00 and 0F. RGB value is (71,0,15). Sum of RGB (Red+Green+Blue) = 71+0+15=86 (11% of max value = 765). Red value is 71 (28.12% from 255 or 82.56% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 71 - color contains mainly: red. Hex color #47000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47000F is #B8FFF0. Grayscale: #161616. Windows color (decimal): -12124145 or 983111. OLE color: 983111.

HSL color Cylindrical-coordinate representation of color #47000F: hue angle of 347.32º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #47000F is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB71015-
CMYK010.790.72
HSL347.32º100%13.92%-
HSV(B)347.32º100%27.84%-
XYZ2.681.370.58-
YUV22.94123.52162.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 82.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 17.44%
R=82.56%
G=0%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71015010.790.72347.3210013.92
Hex470F0644F4815b64e
Octal107017014411711053314416
Binary100011101111011001001001111100100010101101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47000F; }

 p { color: rgb(71,0,15); }

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

<style>
 a { background-color: #47000F; }

 a { background-color: rgb(71,0,15); }

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

<style>
 span { border-color: #47000F; }

 span { border-color: rgb(71,0,15); }

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