#471318

Color #471318 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #471318

Tints of Rustic Red #471318

Color information

#471318 (or 0x471318) is unknown color: approx Rustic Red. HEX triplet: 47, 13 and 18. RGB value is (71,19,24). Sum of RGB (Red+Green+Blue) = 71+19+24=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #471318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471318 is #B8ECE7. Grayscale: #232323. Windows color (decimal): -12119272 or 1577799. OLE color: 1577799.

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

Color convert

RGB711924-
CMYK00.730.660.72
HSL354.23º57.78%17.65%-
HSV(B)354.23º73.24%27.84%-
XYZ31.871.07-
YUV35.12121.73153.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.28%
GREEN value IS 19 (7.81% from 255) = 16.67%
BLUE value IS 24 (9.77% from 255) = 21.05%
R=62.28%
G=16.67%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71192400.730.660.72354.2357.7817.65
Hex47131804942481623a12
Octal107233001111021105427222
Binary10001111001111000010010011000010100100010110001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471318; }

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

 H1.HeaderClassName
 {
   color: #471318;
 }
 .AnyTagClassName
 {
   color: #471318;
 }
</style>
background-color css

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

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

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

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

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

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