Html Css Color HEX #470011 Rustic Red

📋 copy color: '#470011'

red 71 ◦ green 0 ◦ blue 17

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

Shades of Rustic Red #470011

Tints of Rustic Red #470011

RGB

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

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

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

R = 80.68%
G = 0%
B = 19.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#470011 (or 0x470011) is known color: Rustic Red. HEX triplet: 47, 00 and 11. RGB value is (71,0,17). Sum of RGB (Red+Green+Blue) = 71+0+17=88 (11% of max value = 765). Red value is 71 (28.12% from 255 or 80.68% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 17 (7.03% from 255 or 19.32% from 88); Max value from RGB is 71 - color contains mainly: red. Hex color #470011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470011 is #B8FFEE. Grayscale: #171717. Windows color (decimal): -12124143 or 1114183. OLE color: 1114183.

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

Color convert

RGB 71 0 17 -
CMYK 0 1 0.76 0.72
HSL 345.63º 1% 0.14% -
HSV(B) 345.63º 1% 0.28% -
XYZ 2.7 1.38 0.65 -
YUV 23.17 124.52 162.12 -
System Red Green Blue C M Y K H S L
Decimal 71 0 17 0 1 0.76 0.72 345.63 1 0.14
Hex 47 0 11 0 64 4C 48 15A 64 E
Octal 107 0 21 0 144 114 110 532 144 16
Binary 1000111 0 10001 0 1100100 1001100 1001000 101011010 1100100 1110

Color Harmonies of #470011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470011

Black with #470011

Text Example


Text Example

White with #470011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470011; }

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

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

background-color css

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

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

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

border-color css

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

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

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