#271116

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

Shades of Rustic Red #271116

Tints of Rustic Red #271116

Color information

#271116 (or 0x271116) is unknown color: approx Rustic Red. HEX triplet: 27, 11 and 16. RGB value is (39,17,22). Sum of RGB (Red+Green+Blue) = 39+17+22=78 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50% from 78); Green value is 17 (7.03% from 255 or 21.79% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 39 - color contains mainly: red. Hex color #271116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271116 is #D8EEE9. Grayscale: #181818. Windows color (decimal): -14216938 or 1446183. OLE color: 1446183.

HSL color Cylindrical-coordinate representation of color #271116: hue angle of 346.36º 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 #271116 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.85.

Color convert

RGB391722-
CMYK00.560.440.85
HSL346.36º39.29%10.98%-
HSV(B)346.36º56.41%15.29%-
XYZ1.180.890.87-
YUV24.15126.79138.59-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 50%
GREEN value IS 17 (7.03% from 255) = 21.79%
BLUE value IS 22 (8.98% from 255) = 28.21%
R=50%
G=21.79%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39172200.560.440.85346.3639.2910.98
Hex2711160382C5515a27b
Octal472126070541255324713
Binary1001111000110110011100010110010101011010110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271116; }

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

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

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

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

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

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

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

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