Html Css Color HEX #471318 Rustic Red

📋 copy color: '#471318'

red 71 ◦ green 19 ◦ blue 24

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

Shades of Rustic Red #471318

Tints of Rustic Red #471318

RGB

 RED value IS 71 (28.13% 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 value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#471318 (or 0x471318) is known color: 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

RGB 71 19 24 -
CMYK 0 0.73 0.66 0.72
HSL 354.23º 0.58% 0.18% -
HSV(B) 354.23º 0.73% 0.28% -
XYZ 3 1.87 1.07 -
YUV 35.12 121.73 153.59 -
System Red Green Blue C M Y K H S L
Decimal 71 19 24 0 0.73 0.66 0.72 354.23 0.58 0.18
Hex 47 13 18 0 49 42 48 162 3A 12
Octal 107 23 30 0 111 102 110 542 72 22
Binary 1000111 10011 11000 0 1001001 1000010 1001000 101100010 111010 10010

Color Harmonies of #471318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471318

Black with #471318

Text Example


Text Example

White with #471318

Text Example


Text Example

HTML Codes & Css Web 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>