Html Css Color HEX #471114 Rustic Red

📋 copy color: '#471114'

red 71 ◦ green 17 ◦ blue 20

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

Shades of Rustic Red #471114

Tints of Rustic Red #471114

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.74%

 BLUE value IS 20 (8.2% from 255) = 18.52%

R = 65.74%
G = 15.74%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#471114 (or 0x471114) is known color: Rustic Red. HEX triplet: 47, 11 and 14. RGB value is (71,17,20). Sum of RGB (Red+Green+Blue) = 71+17+20=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #471114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471114 is #B8EEEB. Grayscale: #212121. Windows color (decimal): -12119788 or 1315143. OLE color: 1315143.

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

Color convert

RGB 71 17 20 -
CMYK 0 0.76 0.72 0.72
HSL 356.67º 0.61% 0.17% -
HSV(B) 356.67º 0.76% 0.28% -
XYZ 2.93 1.79 0.85 -
YUV 33.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 71 17 20 0 0.76 0.72 0.72 356.67 0.61 0.17
Hex 47 11 14 0 4C 48 48 165 3D 11
Octal 107 21 24 0 114 110 110 545 75 21
Binary 1000111 10001 10100 0 1001100 1001000 1001000 101100101 111101 10001

Color Harmonies of #471114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471114

Black with #471114

Text Example


Text Example

White with #471114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471114; }

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

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

background-color css

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

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

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

border-color css

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

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

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