Html Css Color HEX #471418 Rustic Red

📋 copy color: '#471418'

red 71 ◦ green 20 ◦ blue 24

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

Shades of Rustic Red #471418

Tints of Rustic Red #471418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 20.87%

R = 61.74%
G = 17.39%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#471418 (or 0x471418) is known color: Rustic Red. HEX triplet: 47, 14 and 18. RGB value is (71,20,24). Sum of RGB (Red+Green+Blue) = 71+20+24=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #471418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471418 is #B8EBE7. Grayscale: #232323. Windows color (decimal): -12119016 or 1578055. OLE color: 1578055.

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

Color convert

RGB 71 20 24 -
CMYK 0 0.72 0.66 0.72
HSL 355.29º 0.56% 0.18% -
HSV(B) 355.29º 0.72% 0.28% -
XYZ 3.01 1.91 1.07 -
YUV 35.71 121.4 153.17 -
System Red Green Blue C M Y K H S L
Decimal 71 20 24 0 0.72 0.66 0.72 355.29 0.56 0.18
Hex 47 14 18 0 48 42 48 163 38 12
Octal 107 24 30 0 110 102 110 543 70 22
Binary 1000111 10100 11000 0 1001000 1000010 1001000 101100011 111000 10010

Color Harmonies of #471418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471418

Black with #471418

Text Example


Text Example

White with #471418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471418; }

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

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

background-color css

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

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

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

border-color css

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

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

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