Html Css Color HEX #47151A Rustic Red

📋 copy color: '#47151A'

red 71 ◦ green 21 ◦ blue 26

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

Shades of Rustic Red #47151A

Tints of Rustic Red #47151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.8%

 BLUE value IS 26 (10.55% from 255) = 22.03%

R = 60.17%
G = 17.8%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#47151A (or 0x47151A) is known color: Rustic Red. HEX triplet: 47, 15 and 1A. RGB value is (71,21,26). Sum of RGB (Red+Green+Blue) = 71+21+26=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 26 (10.55% from 255 or 22.03% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #47151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47151A is #B8EAE5. Grayscale: #242424. Windows color (decimal): -12118758 or 1709383. OLE color: 1709383.

HSL color Cylindrical-coordinate representation of color #47151A: hue angle of 354º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47151A is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 21 26 -
CMYK 0 0.70 0.63 0.72
HSL 354º 0.54% 0.18% -
HSV(B) 354º 0.7% 0.28% -
XYZ 3.05 1.95 1.19 -
YUV 36.52 122.07 152.59 -
System Red Green Blue C M Y K H S L
Decimal 71 21 26 0 0.70 0.63 0.72 354 0.54 0.18
Hex 47 15 1A 0 46 3F 48 162 36 12
Octal 107 25 32 0 106 77 110 542 66 22
Binary 1000111 10101 11010 0 1000110 111111 1001000 101100010 110110 10010

Color Harmonies of #47151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47151A

Black with #47151A

Text Example


Text Example

White with #47151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47151A; }

 p { color: rgb(71,21,26); }

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

background-color css

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

 a { background-color: rgb(71,21,26); }

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

border-color css

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

 span { border-color: rgb(71,21,26); }

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