Html Css Color HEX #471416 Rustic Red

📋 copy color: '#471416'

red 71 ◦ green 20 ◦ blue 22

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

Shades of Rustic Red #471416

Tints of Rustic Red #471416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 19.47%

R = 62.83%
G = 17.7%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#471416 (or 0x471416) is known color: Rustic Red. HEX triplet: 47, 14 and 16. RGB value is (71,20,22). Sum of RGB (Red+Green+Blue) = 71+20+22=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #471416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471416 is #B8EBE9. Grayscale: #232323. Windows color (decimal): -12119018 or 1446983. OLE color: 1446983.

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

Color convert

RGB 71 20 22 -
CMYK 0 0.72 0.69 0.72
HSL 357.65º 0.56% 0.18% -
HSV(B) 357.65º 0.72% 0.28% -
XYZ 2.99 1.9 0.97 -
YUV 35.48 120.4 153.34 -
System Red Green Blue C M Y K H S L
Decimal 71 20 22 0 0.72 0.69 0.72 357.65 0.56 0.18
Hex 47 14 16 0 48 45 48 166 38 12
Octal 107 24 26 0 110 105 110 546 70 22
Binary 1000111 10100 10110 0 1001000 1000101 1001000 101100110 111000 10010

Color Harmonies of #471416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471416

Black with #471416

Text Example


Text Example

White with #471416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471416; }

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

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

background-color css

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

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

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

border-color css

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

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

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