Html Css Color HEX #47181A Rustic Red

📋 copy color: '#47181A'

red 71 ◦ green 24 ◦ blue 26

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

Shades of Rustic Red #47181A

Tints of Rustic Red #47181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.83%

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

R = 58.68%
G = 19.83%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#47181A (or 0x47181A) is known color: Rustic Red. HEX triplet: 47, 18 and 1A. RGB value is (71,24,26). Sum of RGB (Red+Green+Blue) = 71+24+26=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #47181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47181A is #B8E7E5. Grayscale: #262626. Windows color (decimal): -12117990 or 1710151. OLE color: 1710151.

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

Color convert

RGB 71 24 26 -
CMYK 0 0.66 0.63 0.72
HSL 357.45º 0.49% 0.19% -
HSV(B) 357.45º 0.66% 0.28% -
XYZ 3.11 2.07 1.21 -
YUV 38.28 121.07 151.34 -
System Red Green Blue C M Y K H S L
Decimal 71 24 26 0 0.66 0.63 0.72 357.45 0.49 0.19
Hex 47 18 1A 0 42 3F 48 165 31 13
Octal 107 30 32 0 102 77 110 545 61 23
Binary 1000111 11000 11010 0 1000010 111111 1001000 101100101 110001 10011

Color Harmonies of #47181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47181A

Black with #47181A

Text Example


Text Example

White with #47181A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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