#271112

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

Shades of Rustic Red #271112

Tints of Rustic Red #271112

Color information

#271112 (or 0x271112) is unknown color: approx Rustic Red. HEX triplet: 27, 11 and 12. RGB value is (39,17,18). Sum of RGB (Red+Green+Blue) = 39+17+18=74 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52.70% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 39 - color contains mainly: red. Hex color #271112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271112 is #D8EEED. Grayscale: #171717. Windows color (decimal): -14216942 or 1184039. OLE color: 1184039.

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

Color convert

RGB391718-
CMYK00.560.540.85
HSL357.27º39.29%10.98%-
HSV(B)357.27º56.41%15.29%-
XYZ1.150.880.68-
YUV23.69124.79138.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 52.70%
GREEN value IS 17 (7.03% from 255) = 22.97%
BLUE value IS 18 (7.42% from 255) = 24.32%
R=52.70%
G=22.97%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39171800.560.540.85357.2739.2910.98
Hex271112038365516527b
Octal472122070661255454713
Binary1001111000110010011100011011010101011011001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271112; }

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

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

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

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

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

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

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

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