#271A1C

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

Shades of Rustic Red #271A1C

Tints of Rustic Red #271A1C

Color information

#271A1C (or 0x271A1C) is unknown color: approx Rustic Red. HEX triplet: 27, 1A and 1C. RGB value is (39,26,28). Sum of RGB (Red+Green+Blue) = 39+26+28=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 39 - color contains mainly: red. Hex color #271A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271A1C is #D8E5E3. Grayscale: #1E1E1E. Windows color (decimal): -14214628 or 1841703. OLE color: 1841703.

HSL color Cylindrical-coordinate representation of color #271A1C: hue angle of 350.77º 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 #271A1C is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.85.

Color convert

RGB392628-
CMYK00.330.280.85
HSL350.77º20%12.75%-
HSV(B)350.77º33.33%15.29%-
XYZ1.421.251.27-
YUV30.12126.81134.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.94%
GREEN value IS 26 (10.55% from 255) = 27.96%
BLUE value IS 28 (11.33% from 255) = 30.11%
R=41.94%
G=27.96%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39262800.330.280.85350.772012.75
Hex271A1C0211C5515f14d
Octal473234041341255372415
Binary10011111010111000100001111001010101101011111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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