Html Css Color HEX #471115 Rustic Red

📋 copy color: '#471115'

red 71 ◦ green 17 ◦ blue 21

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

Shades of Rustic Red #471115

Tints of Rustic Red #471115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 19.27%

R = 65.14%
G = 15.6%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#471115 (or 0x471115) is known color: Rustic Red. HEX triplet: 47, 11 and 15. RGB value is (71,17,21). Sum of RGB (Red+Green+Blue) = 71+17+21=109 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.14% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 71 - color contains mainly: red. Hex color #471115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471115 is #B8EEEA. Grayscale: #212121. Windows color (decimal): -12119787 or 1380679. OLE color: 1380679.

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

Color convert

RGB 71 17 21 -
CMYK 0 0.76 0.70 0.72
HSL 355.56º 0.61% 0.17% -
HSV(B) 355.56º 0.76% 0.28% -
XYZ 2.93 1.79 0.9 -
YUV 33.6 120.89 154.67 -
System Red Green Blue C M Y K H S L
Decimal 71 17 21 0 0.76 0.70 0.72 355.56 0.61 0.17
Hex 47 11 15 0 4C 46 48 164 3D 11
Octal 107 21 25 0 114 106 110 544 75 21
Binary 1000111 10001 10101 0 1001100 1000110 1001000 101100100 111101 10001

Color Harmonies of #471115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471115

Black with #471115

Text Example


Text Example

White with #471115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471115; }

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

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

background-color css

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

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

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

border-color css

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

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

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