Html Css Color HEX #470010 Rustic Red

📋 copy color: '#470010'

red 71 ◦ green 0 ◦ blue 16

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

Shades of Rustic Red #470010

Tints of Rustic Red #470010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 81.61%
G = 0%
B = 18.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#470010 (or 0x470010) is known color: Rustic Red. HEX triplet: 47, 00 and 10. RGB value is (71,0,16). Sum of RGB (Red+Green+Blue) = 71+0+16=87 (11% of max value = 765). Red value is 71 (28.12% from 255 or 81.61% from 87); Green value is 0 (0.39% from 255 or 0% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 71 - color contains mainly: red. Hex color #470010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470010 is #B8FFEF. Grayscale: #171717. Windows color (decimal): -12124144 or 1048647. OLE color: 1048647.

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

Color convert

RGB 71 0 16 -
CMYK 0 1 0.77 0.72
HSL 346.48º 1% 0.14% -
HSV(B) 346.48º 1% 0.28% -
XYZ 2.69 1.38 0.61 -
YUV 23.05 124.02 162.2 -
System Red Green Blue C M Y K H S L
Decimal 71 0 16 0 1 0.77 0.72 346.48 1 0.14
Hex 47 0 10 0 64 4D 48 15A 64 E
Octal 107 0 20 0 144 115 110 532 144 16
Binary 1000111 0 10000 0 1100100 1001101 1001000 101011010 1100100 1110

Color Harmonies of #470010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470010

Black with #470010

Text Example


Text Example

White with #470010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470010; }

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

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

background-color css

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

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

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

border-color css

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

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

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