Html Css Color HEX #471215 Rustic Red

📋 copy color: '#471215'

red 71 ◦ green 18 ◦ blue 21

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

Shades of Rustic Red #471215

Tints of Rustic Red #471215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.36%

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

R = 64.55%
G = 16.36%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#471215 (or 0x471215) is known color: Rustic Red. HEX triplet: 47, 12 and 15. RGB value is (71,18,21). Sum of RGB (Red+Green+Blue) = 71+18+21=110 (14% of max value = 765). Red value is 71 (28.12% from 255 or 64.55% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 71 - color contains mainly: red. Hex color #471215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471215 is #B8EDEA. Grayscale: #222222. Windows color (decimal): -12119531 or 1380935. OLE color: 1380935.

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

Color convert

RGB 71 18 21 -
CMYK 0 0.75 0.70 0.72
HSL 356.6º 0.6% 0.17% -
HSV(B) 356.6º 0.75% 0.28% -
XYZ 2.95 1.83 0.91 -
YUV 34.19 120.56 154.26 -
System Red Green Blue C M Y K H S L
Decimal 71 18 21 0 0.75 0.70 0.72 356.6 0.6 0.17
Hex 47 12 15 0 4B 46 48 165 3C 11
Octal 107 22 25 0 113 106 110 545 74 21
Binary 1000111 10010 10101 0 1001011 1000110 1001000 101100101 111100 10001

Color Harmonies of #471215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471215

Black with #471215

Text Example


Text Example

White with #471215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471215; }

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

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

background-color css

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

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

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

border-color css

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

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

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