#471A1B

Color #471A1B Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #471A1B

Tints of Rustic Red #471A1B

Color information

#471A1B (or 0x471A1B) is unknown color: approx Rustic Red. HEX triplet: 47, 1A and 1B. RGB value is (71,26,27). Sum of RGB (Red+Green+Blue) = 71+26+27=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #471A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A1B is #B8E5E4. Grayscale: #272727. Windows color (decimal): -12117477 or 1776199. OLE color: 1776199.

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

Color convert

RGB712627-
CMYK00.630.620.72
HSL358.67º46.39%19.02%-
HSV(B)358.67º63.38%27.84%-
XYZ3.172.161.29-
YUV39.57120.91150.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.26%
GREEN value IS 26 (10.55% from 255) = 20.97%
BLUE value IS 27 (10.94% from 255) = 21.77%
R=57.26%
G=20.97%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71262700.630.620.72358.6746.3919.02
Hex471A1B03F3E481672e13
Octal1073233077761105475623
Binary100011111010110110111111111110100100010110011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471A1B; }

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

 H1.HeaderClassName
 {
   color: #471A1B;
 }
 .AnyTagClassName
 {
   color: #471A1B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #471A1B;
 }
 .BgClassName
 {
   background-color: #471A1B;
 }
</style>
border-color css

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

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

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