Html Css Color HEX #471719 Rustic Red

📋 copy color: '#471719'

red 71 ◦ green 23 ◦ blue 25

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

Shades of Rustic Red #471719

Tints of Rustic Red #471719

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.33%

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

R = 59.66%
G = 19.33%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#471719 (or 0x471719) is known color: Rustic Red. HEX triplet: 47, 17 and 19. RGB value is (71,23,25). Sum of RGB (Red+Green+Blue) = 71+23+25=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 25 (10.16% from 255 or 21.01% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #471719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471719 is #B8E8E6. Grayscale: #252525. Windows color (decimal): -12118247 or 1644359. OLE color: 1644359.

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

Color convert

RGB 71 23 25 -
CMYK 0 0.68 0.65 0.72
HSL 357.5º 0.51% 0.18% -
HSV(B) 357.5º 0.68% 0.28% -
XYZ 3.08 2.02 1.15 -
YUV 37.58 120.9 151.84 -
System Red Green Blue C M Y K H S L
Decimal 71 23 25 0 0.68 0.65 0.72 357.5 0.51 0.18
Hex 47 17 19 0 44 41 48 166 33 12
Octal 107 27 31 0 104 101 110 546 63 22
Binary 1000111 10111 11001 0 1000100 1000001 1001000 101100110 110011 10010

Color Harmonies of #471719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471719

Black with #471719

Text Example


Text Example

White with #471719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471719; }

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

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

background-color css

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

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

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

border-color css

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

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

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