Html Css Color HEX #471112 Rustic Red

📋 copy color: '#471112'

red 71 ◦ green 17 ◦ blue 18

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

Shades of Rustic Red #471112

Tints of Rustic Red #471112

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.04%

 BLUE value IS 18 (7.42% from 255) = 16.98%

R = 66.98%
G = 16.04%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#471112 (or 0x471112) is known color: Rustic Red. HEX triplet: 47, 11 and 12. RGB value is (71,17,18). Sum of RGB (Red+Green+Blue) = 71+17+18=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #471112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471112 is #B8EEED. Grayscale: #212121. Windows color (decimal): -12119790 or 1184071. OLE color: 1184071.

HSL color Cylindrical-coordinate representation of color #471112: hue angle of 358.89º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #471112 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 17 18 -
CMYK 0 0.76 0.75 0.72
HSL 358.89º 0.61% 0.17% -
HSV(B) 358.89º 0.76% 0.28% -
XYZ 2.91 1.78 0.76 -
YUV 33.26 119.39 154.92 -
System Red Green Blue C M Y K H S L
Decimal 71 17 18 0 0.76 0.75 0.72 358.89 0.61 0.17
Hex 47 11 12 0 4C 4B 48 167 3D 11
Octal 107 21 22 0 114 113 110 547 75 21
Binary 1000111 10001 10010 0 1001100 1001011 1001000 101100111 111101 10001

Color Harmonies of #471112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471112

Black with #471112

Text Example


Text Example

White with #471112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471112; }

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

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

background-color css

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

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

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

border-color css

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

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

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