Html Css Color HEX #471219 Rustic Red

📋 copy color: '#471219'

red 71 ◦ green 18 ◦ blue 25

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

Shades of Rustic Red #471219

Tints of Rustic Red #471219

RGB

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

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

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

R = 62.28%
G = 15.79%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#471219 (or 0x471219) is known color: Rustic Red. HEX triplet: 47, 12 and 19. RGB value is (71,18,25). Sum of RGB (Red+Green+Blue) = 71+18+25=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #471219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471219 is #B8EDE6. Grayscale: #222222. Windows color (decimal): -12119527 or 1643079. OLE color: 1643079.

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

Color convert

RGB 71 18 25 -
CMYK 0 0.75 0.65 0.72
HSL 352.08º 0.6% 0.17% -
HSV(B) 352.08º 0.75% 0.28% -
XYZ 2.99 1.84 1.12 -
YUV 34.65 122.56 153.93 -
System Red Green Blue C M Y K H S L
Decimal 71 18 25 0 0.75 0.65 0.72 352.08 0.6 0.17
Hex 47 12 19 0 4B 41 48 160 3C 11
Octal 107 22 31 0 113 101 110 540 74 21
Binary 1000111 10010 11001 0 1001011 1000001 1001000 101100000 111100 10001

Color Harmonies of #471219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471219

Black with #471219

Text Example


Text Example

White with #471219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471219; }

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

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

background-color css

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

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

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

border-color css

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

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

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