Html Css Color HEX #471014 Rustic Red

📋 copy color: '#471014'

red 71 ◦ green 16 ◦ blue 20

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

Shades of Rustic Red #471014

Tints of Rustic Red #471014

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.95%

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

R = 66.36%
G = 14.95%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#471014 (or 0x471014) is known color: Rustic Red. HEX triplet: 47, 10 and 14. RGB value is (71,16,20). Sum of RGB (Red+Green+Blue) = 71+16+20=107 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.36% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 71 - color contains mainly: red. Hex color #471014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471014 is #B8EFEB. Grayscale: #202020. Windows color (decimal): -12120044 or 1314887. OLE color: 1314887.

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

Color convert

RGB 71 16 20 -
CMYK 0 0.77 0.72 0.72
HSL 355.64º 0.63% 0.17% -
HSV(B) 355.64º 0.77% 0.28% -
XYZ 2.91 1.76 0.85 -
YUV 32.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 71 16 20 0 0.77 0.72 0.72 355.64 0.63 0.17
Hex 47 10 14 0 4D 48 48 164 3F 11
Octal 107 20 24 0 115 110 110 544 77 21
Binary 1000111 10000 10100 0 1001101 1001000 1001000 101100100 111111 10001

Color Harmonies of #471014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471014

Black with #471014

Text Example


Text Example

White with #471014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471014; }

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

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

background-color css

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

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

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

border-color css

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

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

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