#271B1C

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

Shades of Rustic Red #271B1C

Tints of Rustic Red #271B1C

Color information

#271B1C (or 0x271B1C) is unknown color: approx Rustic Red. HEX triplet: 27, 1B and 1C. RGB value is (39,27,28). Sum of RGB (Red+Green+Blue) = 39+27+28=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 28 (11.33% from 255 or 29.79% from 94); Max value from RGB is 39 - color contains mainly: red. Hex color #271B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271B1C is #D8E4E3. Grayscale: #1E1E1E. Windows color (decimal): -14214372 or 1841959. OLE color: 1841959.

HSL color Cylindrical-coordinate representation of color #271B1C: hue angle of 355º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #271B1C is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.85.

Color convert

RGB392728-
CMYK00.310.280.85
HSL355º18.18%12.94%-
HSV(B)355º30.77%15.29%-
XYZ1.441.31.27-
YUV30.7126.48133.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.49%
GREEN value IS 27 (10.94% from 255) = 28.72%
BLUE value IS 28 (11.33% from 255) = 29.79%
R=41.49%
G=28.72%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39272800.310.280.8535518.1812.94
Hex271B1C01F1C5516312d
Octal473334037341255432215
Binary1001111101111100011111111001010101101100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271B1C; }

 p { color: rgb(39,27,28); }

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

<style>
 a { background-color: #271B1C; }

 a { background-color: rgb(39,27,28); }

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

<style>
 span { border-color: #271B1C; }

 span { border-color: rgb(39,27,28); }

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