Html Css Color HEX #471419 Rustic Red

📋 copy color: '#471419'

red 71 ◦ green 20 ◦ blue 25

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

Shades of Rustic Red #471419

Tints of Rustic Red #471419

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.24%

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

R = 61.21%
G = 17.24%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#471419 (or 0x471419) is known color: Rustic Red. HEX triplet: 47, 14 and 19. RGB value is (71,20,25). Sum of RGB (Red+Green+Blue) = 71+20+25=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 25 (10.16% from 255 or 21.55% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #471419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471419 is #B8EBE6. Grayscale: #232323. Windows color (decimal): -12119015 or 1643591. OLE color: 1643591.

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

Color convert

RGB 71 20 25 -
CMYK 0 0.72 0.65 0.72
HSL 354.12º 0.56% 0.18% -
HSV(B) 354.12º 0.72% 0.28% -
XYZ 3.02 1.91 1.13 -
YUV 35.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 71 20 25 0 0.72 0.65 0.72 354.12 0.56 0.18
Hex 47 14 19 0 48 41 48 162 38 12
Octal 107 24 31 0 110 101 110 542 70 22
Binary 1000111 10100 11001 0 1001000 1000001 1001000 101100010 111000 10010

Color Harmonies of #471419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471419

Black with #471419

Text Example


Text Example

White with #471419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471419; }

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

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

background-color css

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

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

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

border-color css

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

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

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