Html Css Color HEX #470B12 Rustic Red

📋 copy color: '#470B12'

red 71 ◦ green 11 ◦ blue 18

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

Shades of Rustic Red #470B12

Tints of Rustic Red #470B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 18%

R = 71%
G = 11%
B = 18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#470B12 (or 0x470B12) is known color: Rustic Red. HEX triplet: 47, 0B and 12. RGB value is (71,11,18). Sum of RGB (Red+Green+Blue) = 71+11+18=100 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71% from 100); Green value is 11 (4.69% from 255 or 11% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 71 - color contains mainly: red. Hex color #470B12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470B12 is #B8F4ED. Grayscale: #1D1D1D. Windows color (decimal): -12121326 or 1182535. OLE color: 1182535.

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

Color convert

RGB 71 11 18 -
CMYK 0 0.85 0.75 0.72
HSL 353º 0.73% 0.16% -
HSV(B) 353º 0.85% 0.28% -
XYZ 2.83 1.62 0.74 -
YUV 29.74 121.38 157.43 -
System Red Green Blue C M Y K H S L
Decimal 71 11 18 0 0.85 0.75 0.72 353 0.73 0.16
Hex 47 B 12 0 55 4B 48 161 49 10
Octal 107 13 22 0 125 113 110 541 111 20
Binary 1000111 1011 10010 0 1010101 1001011 1001000 101100001 1001001 10000

Color Harmonies of #470B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470B12

Black with #470B12

Text Example


Text Example

White with #470B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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