Html Css Color HEX #471113 Rustic Red

📋 copy color: '#471113'

red 71 ◦ green 17 ◦ blue 19

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

Shades of Rustic Red #471113

Tints of Rustic Red #471113

RGB

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

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

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

R = 66.36%
G = 15.89%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#471113 (or 0x471113) is known color: Rustic Red. HEX triplet: 47, 11 and 13. RGB value is (71,17,19). Sum of RGB (Red+Green+Blue) = 71+17+19=107 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.36% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 71 - color contains mainly: red. Hex color #471113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471113 is #B8EEEC. Grayscale: #212121. Windows color (decimal): -12119789 or 1249607. OLE color: 1249607.

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

Color convert

RGB 71 17 19 -
CMYK 0 0.76 0.73 0.72
HSL 357.78º 0.61% 0.17% -
HSV(B) 357.78º 0.76% 0.28% -
XYZ 2.92 1.79 0.81 -
YUV 33.37 119.89 154.84 -
System Red Green Blue C M Y K H S L
Decimal 71 17 19 0 0.76 0.73 0.72 357.78 0.61 0.17
Hex 47 11 13 0 4C 49 48 166 3D 11
Octal 107 21 23 0 114 111 110 546 75 21
Binary 1000111 10001 10011 0 1001100 1001001 1001000 101100110 111101 10001

Color Harmonies of #471113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471113

Black with #471113

Text Example


Text Example

White with #471113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471113; }

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

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

background-color css

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

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

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

border-color css

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

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

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