Html Css Color HEX #470111 Rustic Red

📋 copy color: '#470111'

red 71 ◦ green 1 ◦ blue 17

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

Shades of Rustic Red #470111

Tints of Rustic Red #470111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 19.1%

R = 79.78%
G = 1.12%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#470111 (or 0x470111) is known color: Rustic Red. HEX triplet: 47, 01 and 11. RGB value is (71,1,17). Sum of RGB (Red+Green+Blue) = 71+1+17=89 (11% of max value = 765). Red value is 71 (28.12% from 255 or 79.78% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 71 - color contains mainly: red. Hex color #470111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470111 is #B8FEEE. Grayscale: #171717. Windows color (decimal): -12123887 or 1114439. OLE color: 1114439.

HSL color Cylindrical-coordinate representation of color #470111: hue angle of 346.29º 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 #470111 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 1 17 -
CMYK 0 0.99 0.76 0.72
HSL 346.29º 0.97% 0.14% -
HSV(B) 346.29º 0.99% 0.28% -
XYZ 2.71 1.4 0.66 -
YUV 23.75 124.19 161.7 -
System Red Green Blue C M Y K H S L
Decimal 71 1 17 0 0.99 0.76 0.72 346.29 0.97 0.14
Hex 47 1 11 0 63 4C 48 15A 61 E
Octal 107 1 21 0 143 114 110 532 141 16
Binary 1000111 1 10001 0 1100011 1001100 1001000 101011010 1100001 1110

Color Harmonies of #470111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470111

Black with #470111

Text Example


Text Example

White with #470111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470111; }

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

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

background-color css

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

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

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

border-color css

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

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

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