Html Css Color HEX #471213 Rustic Red

📋 copy color: '#471213'

red 71 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #471213

Tints of Rustic Red #471213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 17.59%

R = 65.74%
G = 16.67%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#471213 (or 0x471213) is known color: Rustic Red. HEX triplet: 47, 12 and 13. RGB value is (71,18,19). Sum of RGB (Red+Green+Blue) = 71+18+19=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #471213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471213 is #B8EDEC. Grayscale: #222222. Windows color (decimal): -12119533 or 1249863. OLE color: 1249863.

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

Color convert

RGB 71 18 19 -
CMYK 0 0.75 0.73 0.72
HSL 358.87º 0.6% 0.17% -
HSV(B) 358.87º 0.75% 0.28% -
XYZ 2.93 1.82 0.81 -
YUV 33.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 71 18 19 0 0.75 0.73 0.72 358.87 0.6 0.17
Hex 47 12 13 0 4B 49 48 167 3C 11
Octal 107 22 23 0 113 111 110 547 74 21
Binary 1000111 10010 10011 0 1001011 1001001 1001000 101100111 111100 10001

Color Harmonies of #471213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471213

Black with #471213

Text Example


Text Example

White with #471213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471213; }

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

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

background-color css

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

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

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

border-color css

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

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

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