#271115

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

Shades of Rustic Red #271115

Tints of Rustic Red #271115

Color information

#271115 (or 0x271115) is unknown color: approx Rustic Red. HEX triplet: 27, 11 and 15. RGB value is (39,17,21). Sum of RGB (Red+Green+Blue) = 39+17+21=77 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50.65% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 21 (8.59% from 255 or 27.27% from 77); Max value from RGB is 39 - color contains mainly: red. Hex color #271115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271115 is #D8EEEA. Grayscale: #181818. Windows color (decimal): -14216939 or 1380647. OLE color: 1380647.

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

Color convert

RGB391721-
CMYK00.560.460.85
HSL349.09º39.29%10.98%-
HSV(B)349.09º56.41%15.29%-
XYZ1.170.890.82-
YUV24.03126.29138.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 50.65%
GREEN value IS 17 (7.03% from 255) = 22.08%
BLUE value IS 21 (8.59% from 255) = 27.27%
R=50.65%
G=22.08%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39172100.560.460.85349.0939.2910.98
Hex2711150382E5515d27b
Octal472125070561255354713
Binary1001111000110101011100010111010101011010111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271115; }

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

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

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

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

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

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

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

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