Html Css Color HEX #470B16 Rustic Red

📋 copy color: '#470B16'

red 71 ◦ green 11 ◦ blue 22

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

Shades of Rustic Red #470B16

Tints of Rustic Red #470B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 21.15%

R = 68.27%
G = 10.58%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#470B16 (or 0x470B16) is known color: Rustic Red. HEX triplet: 47, 0B and 16. RGB value is (71,11,22). Sum of RGB (Red+Green+Blue) = 71+11+22=104 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.27% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 22 (8.98% from 255 or 21.15% from 104); Max value from RGB is 71 - color contains mainly: red. Hex color #470B16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470B16 is #B8F4E9. Grayscale: #1E1E1E. Windows color (decimal): -12121322 or 1444679. OLE color: 1444679.

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

Color convert

RGB 71 11 22 -
CMYK 0 0.85 0.69 0.72
HSL 349º 0.73% 0.16% -
HSV(B) 349º 0.85% 0.28% -
XYZ 2.86 1.64 0.92 -
YUV 30.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 71 11 22 0 0.85 0.69 0.72 349 0.73 0.16
Hex 47 B 16 0 55 45 48 15D 49 10
Octal 107 13 26 0 125 105 110 535 111 20
Binary 1000111 1011 10110 0 1010101 1000101 1001000 101011101 1001001 10000

Color Harmonies of #470B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470B16

Black with #470B16

Text Example


Text Example

White with #470B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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