Html Css Color HEX #471417 Rustic Red

📋 copy color: '#471417'

red 71 ◦ green 20 ◦ blue 23

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

Shades of Rustic Red #471417

Tints of Rustic Red #471417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.54%

 BLUE value IS 23 (9.38% from 255) = 20.18%

R = 62.28%
G = 17.54%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#471417 (or 0x471417) is known color: Rustic Red. HEX triplet: 47, 14 and 17. RGB value is (71,20,23). Sum of RGB (Red+Green+Blue) = 71+20+23=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 23 (9.38% from 255 or 20.18% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #471417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471417 is #B8EBE8. Grayscale: #232323. Windows color (decimal): -12119017 or 1512519. OLE color: 1512519.

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

Color convert

RGB 71 20 23 -
CMYK 0 0.72 0.68 0.72
HSL 356.47º 0.56% 0.18% -
HSV(B) 356.47º 0.72% 0.28% -
XYZ 3 1.9 1.02 -
YUV 35.59 120.9 153.26 -
System Red Green Blue C M Y K H S L
Decimal 71 20 23 0 0.72 0.68 0.72 356.47 0.56 0.18
Hex 47 14 17 0 48 44 48 164 38 12
Octal 107 24 27 0 110 104 110 544 70 22
Binary 1000111 10100 10111 0 1001000 1000100 1001000 101100100 111000 10010

Color Harmonies of #471417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471417

Black with #471417

Text Example


Text Example

White with #471417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471417; }

 p { color: rgb(71,20,23); }

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

background-color css

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

 a { background-color: rgb(71,20,23); }

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

border-color css

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

 span { border-color: rgb(71,20,23); }

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