#470B0D

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

Shades of Rustic Red #470B0D

Tints of Rustic Red #470B0D

Color information

#470B0D (or 0x470B0D) is unknown color: approx Rustic Red. HEX triplet: 47, 0B and 0D. RGB value is (71,11,13). Sum of RGB (Red+Green+Blue) = 71+11+13=95 (12% of max value = 765). Red value is 71 (28.12% from 255 or 74.74% from 95); Green value is 11 (4.69% from 255 or 11.58% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 71 - color contains mainly: red. Hex color #470B0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470B0D is #B8F4F2. Grayscale: #1D1D1D. Windows color (decimal): -12121331 or 854855. OLE color: 854855.

HSL color Cylindrical-coordinate representation of color #470B0D: hue angle of 358º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #470B0D is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB711113-
CMYK00.850.820.72
HSL358º73.17%16.08%-
HSV(B)358º84.51%27.84%-
XYZ2.791.610.54-
YUV29.17118.88157.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 74.74%
GREEN value IS 11 (4.69% from 255) = 11.58%
BLUE value IS 13 (5.47% from 255) = 13.68%
R=74.74%
G=11.58%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71111300.850.820.7235873.1716.08
Hex47BD05552481664910
Octal1071315012512211054611120
Binary1000111101111010101010110100101001000101100110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470B0D; }

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

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

<style>
 a { background-color: #470B0D; }

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

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

<style>
 span { border-color: #470B0D; }

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

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