Html Css Color HEX #47161A Rustic Red

📋 copy color: '#47161A'

red 71 ◦ green 22 ◦ blue 26

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

Shades of Rustic Red #47161A

Tints of Rustic Red #47161A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.49%

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

R = 59.66%
G = 18.49%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#47161A (or 0x47161A) is known color: Rustic Red. HEX triplet: 47, 16 and 1A. RGB value is (71,22,26). Sum of RGB (Red+Green+Blue) = 71+22+26=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #47161A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47161A is #B8E9E5. Grayscale: #252525. Windows color (decimal): -12118502 or 1709639. OLE color: 1709639.

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

Color convert

RGB 71 22 26 -
CMYK 0 0.69 0.63 0.72
HSL 355.1º 0.53% 0.18% -
HSV(B) 355.1º 0.69% 0.28% -
XYZ 3.07 1.99 1.2 -
YUV 37.11 121.73 152.17 -
System Red Green Blue C M Y K H S L
Decimal 71 22 26 0 0.69 0.63 0.72 355.1 0.53 0.18
Hex 47 16 1A 0 45 3F 48 163 35 12
Octal 107 26 32 0 105 77 110 543 65 22
Binary 1000111 10110 11010 0 1000101 111111 1001000 101100011 110101 10010

Color Harmonies of #47161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47161A

Black with #47161A

Text Example


Text Example

White with #47161A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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