#271114

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

Shades of Rustic Red #271114

Tints of Rustic Red #271114

Color information

#271114 (or 0x271114) is unknown color: approx Rustic Red. HEX triplet: 27, 11 and 14. RGB value is (39,17,20). Sum of RGB (Red+Green+Blue) = 39+17+20=76 (10% of max value = 765). Red value is 39 (15.62% from 255 or 51.32% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 39 - color contains mainly: red. Hex color #271114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271114 is #D8EEEB. Grayscale: #171717. Windows color (decimal): -14216940 or 1315111. OLE color: 1315111.

HSL color Cylindrical-coordinate representation of color #271114: hue angle of 351.82º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #271114 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB391720-
CMYK00.560.490.85
HSL351.82º39.29%10.98%-
HSV(B)351.82º56.41%15.29%-
XYZ1.160.880.77-
YUV23.92125.79138.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 51.32%
GREEN value IS 17 (7.03% from 255) = 22.37%
BLUE value IS 20 (8.20% from 255) = 26.32%
R=51.32%
G=22.37%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39172000.560.490.85351.8239.2910.98
Hex271114038315516027b
Octal472124070611255404713
Binary1001111000110100011100011000110101011011000001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271114; }

 p { color: rgb(39,17,20); }

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

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

 a { background-color: rgb(39,17,20); }

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

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

 span { border-color: rgb(39,17,20); }

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