#271A1B

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

Shades of Rustic Red #271A1B

Tints of Rustic Red #271A1B

Color information

#271A1B (or 0x271A1B) is unknown color: approx Rustic Red. HEX triplet: 27, 1A and 1B. RGB value is (39,26,27). Sum of RGB (Red+Green+Blue) = 39+26+27=92 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.39% from 92); Green value is 26 (10.55% from 255 or 28.26% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 39 - color contains mainly: red. Hex color #271A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271A1B is #D8E5E4. Grayscale: #1E1E1E. Windows color (decimal): -14214629 or 1776167. OLE color: 1776167.

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

Color convert

RGB392627-
CMYK00.330.310.85
HSL355.38º20%12.75%-
HSV(B)355.38º33.33%15.29%-
XYZ1.41.251.2-
YUV30126.31134.42-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 42.39%
GREEN value IS 26 (10.55% from 255) = 28.26%
BLUE value IS 27 (10.94% from 255) = 29.35%
R=42.39%
G=28.26%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39262700.330.310.85355.382012.75
Hex271A1B0211F5516314d
Octal473233041371255432415
Binary10011111010110110100001111111010101101100011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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