Html Css Color HEX #470B0E Rustic Red

📋 copy color: '#470B0E'

red 71 ◦ green 11 ◦ blue 14

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

Shades of Rustic Red #470B0E

Tints of Rustic Red #470B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 14.58%

R = 73.96%
G = 11.46%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.72

RGB Variations

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

Color information

#470B0E (or 0x470B0E) is known color: Rustic Red. HEX triplet: 47, 0B and 0E. RGB value is (71,11,14). Sum of RGB (Red+Green+Blue) = 71+11+14=96 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.96% from 96); Green value is 11 (4.69% from 255 or 11.46% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 71 - color contains mainly: red. Hex color #470B0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470B0E is #B8F4F1. Grayscale: #1D1D1D. Windows color (decimal): -12121330 or 920391. OLE color: 920391.

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

Color convert

RGB 71 11 14 -
CMYK 0 0.85 0.80 0.72
HSL 357º 0.73% 0.16% -
HSV(B) 357º 0.85% 0.28% -
XYZ 2.8 1.61 0.58 -
YUV 29.28 119.38 157.76 -
System Red Green Blue C M Y K H S L
Decimal 71 11 14 0 0.85 0.80 0.72 357 0.73 0.16
Hex 47 B E 0 55 50 48 165 49 10
Octal 107 13 16 0 125 120 110 545 111 20
Binary 1000111 1011 1110 0 1010101 1010000 1001000 101100101 1001001 10000

Color Harmonies of #470B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470B0E

Black with #470B0E

Text Example


Text Example

White with #470B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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