Html Css Color HEX #471519 Rustic Red

📋 copy color: '#471519'

red 71 ◦ green 21 ◦ blue 25

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

Shades of Rustic Red #471519

Tints of Rustic Red #471519

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.95%

 BLUE value IS 25 (10.16% from 255) = 21.37%

R = 60.68%
G = 17.95%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#471519 (or 0x471519) is known color: Rustic Red. HEX triplet: 47, 15 and 19. RGB value is (71,21,25). Sum of RGB (Red+Green+Blue) = 71+21+25=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 25 (10.16% from 255 or 21.37% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #471519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471519 is #B8EAE6. Grayscale: #242424. Windows color (decimal): -12118759 or 1643847. OLE color: 1643847.

HSL color Cylindrical-coordinate representation of color #471519: hue angle of 355.2º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #471519 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 21 25 -
CMYK 0 0.70 0.65 0.72
HSL 355.2º 0.54% 0.18% -
HSV(B) 355.2º 0.7% 0.28% -
XYZ 3.04 1.95 1.14 -
YUV 36.41 121.57 152.67 -
System Red Green Blue C M Y K H S L
Decimal 71 21 25 0 0.70 0.65 0.72 355.2 0.54 0.18
Hex 47 15 19 0 46 41 48 163 36 12
Octal 107 25 31 0 106 101 110 543 66 22
Binary 1000111 10101 11001 0 1000110 1000001 1001000 101100011 110110 10010

Color Harmonies of #471519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471519

Black with #471519

Text Example


Text Example

White with #471519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471519; }

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

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

background-color css

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

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

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

border-color css

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

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

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