Html Css Color HEX #470110 Rustic Red

📋 copy color: '#470110'

red 71 ◦ green 1 ◦ blue 16

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

Shades of Rustic Red #470110

Tints of Rustic Red #470110

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.14%

 BLUE value IS 16 (6.64% from 255) = 18.18%

R = 80.68%
G = 1.14%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#470110 (or 0x470110) is known color: Rustic Red. HEX triplet: 47, 01 and 10. RGB value is (71,1,16). Sum of RGB (Red+Green+Blue) = 71+1+16=88 (11% of max value = 765). Red value is 71 (28.12% from 255 or 80.68% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 71 - color contains mainly: red. Hex color #470110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470110 is #B8FEEF. Grayscale: #171717. Windows color (decimal): -12123888 or 1048903. OLE color: 1048903.

HSL color Cylindrical-coordinate representation of color #470110: hue angle of 347.14º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #470110 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 1 16 -
CMYK 0 0.99 0.77 0.72
HSL 347.14º 0.97% 0.14% -
HSV(B) 347.14º 0.99% 0.28% -
XYZ 2.7 1.4 0.62 -
YUV 23.64 123.69 161.78 -
System Red Green Blue C M Y K H S L
Decimal 71 1 16 0 0.99 0.77 0.72 347.14 0.97 0.14
Hex 47 1 10 0 63 4D 48 15B 61 E
Octal 107 1 20 0 143 115 110 533 141 16
Binary 1000111 1 10000 0 1100011 1001101 1001000 101011011 1100001 1110

Color Harmonies of #470110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470110

Black with #470110

Text Example


Text Example

White with #470110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470110; }

 p { color: rgb(71,1,16); }

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

background-color css

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

 a { background-color: rgb(71,1,16); }

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

border-color css

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

 span { border-color: rgb(71,1,16); }

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