Html Css Color HEX #47171B Rustic Red

📋 copy color: '#47171B'

red 71 ◦ green 23 ◦ blue 27

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

Shades of Rustic Red #47171B

Tints of Rustic Red #47171B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.01%

 BLUE value IS 27 (10.94% from 255) = 22.31%

R = 58.68%
G = 19.01%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#47171B (or 0x47171B) is known color: Rustic Red. HEX triplet: 47, 17 and 1B. RGB value is (71,23,27). Sum of RGB (Red+Green+Blue) = 71+23+27=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #47171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47171B is #B8E8E4. Grayscale: #252525. Windows color (decimal): -12118245 or 1775431. OLE color: 1775431.

HSL color Cylindrical-coordinate representation of color #47171B: hue angle of 355º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47171B is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 23 27 -
CMYK 0 0.68 0.62 0.72
HSL 355º 0.51% 0.18% -
HSV(B) 355º 0.68% 0.28% -
XYZ 3.1 2.03 1.27 -
YUV 37.81 121.9 151.67 -
System Red Green Blue C M Y K H S L
Decimal 71 23 27 0 0.68 0.62 0.72 355 0.51 0.18
Hex 47 17 1B 0 44 3E 48 163 33 12
Octal 107 27 33 0 104 76 110 543 63 22
Binary 1000111 10111 11011 0 1000100 111110 1001000 101100011 110011 10010

Color Harmonies of #47171B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47171B

Black with #47171B

Text Example


Text Example

White with #47171B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47171B; }

 p { color: rgb(71,23,27); }

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

background-color css

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

 a { background-color: rgb(71,23,27); }

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

border-color css

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

 span { border-color: rgb(71,23,27); }

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