Html Css Color HEX #470B11 Rustic Red

📋 copy color: '#470B11'

red 71 ◦ green 11 ◦ blue 17

#470B11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #470B11

Tints of Rustic Red #470B11

RGB

 RED value IS 71 (28.13% from 255) = 71.72%

 GREEN value IS 11 (4.69% from 255) = 11.11%

 BLUE value IS 17 (7.03% from 255) = 17.17%

R = 71.72%
G = 11.11%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#470B11 (or 0x470B11) is known color: Rustic Red. HEX triplet: 47, 0B and 11. RGB value is (71,11,17). Sum of RGB (Red+Green+Blue) = 71+11+17=99 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71.72% from 99); Green value is 11 (4.69% from 255 or 11.11% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 71 - color contains mainly: red. Hex color #470B11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470B11 is #B8F4EE. Grayscale: #1D1D1D. Windows color (decimal): -12121327 or 1116999. OLE color: 1116999.

HSL color Cylindrical-coordinate representation of color #470B11: hue angle of 354º 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 #470B11 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 11 17 -
CMYK 0 0.85 0.76 0.72
HSL 354º 0.73% 0.16% -
HSV(B) 354º 0.85% 0.28% -
XYZ 2.82 1.62 0.69 -
YUV 29.62 120.88 157.51 -
System Red Green Blue C M Y K H S L
Decimal 71 11 17 0 0.85 0.76 0.72 354 0.73 0.16
Hex 47 B 11 0 55 4C 48 162 49 10
Octal 107 13 21 0 125 114 110 542 111 20
Binary 1000111 1011 10001 0 1010101 1001100 1001000 101100010 1001001 10000

Color Harmonies of #470B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470B11

Black with #470B11

Text Example


Text Example

White with #470B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #470B11;
 }
 .AnyTagClassName
 {
   color: #470B11;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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