#271113

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

Shades of Rustic Red #271113

Tints of Rustic Red #271113

Color information

#271113 (or 0x271113) is unknown color: approx Rustic Red. HEX triplet: 27, 11 and 13. RGB value is (39,17,19). Sum of RGB (Red+Green+Blue) = 39+17+19=75 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 39 - color contains mainly: red. Hex color #271113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271113 is #D8EEEC. Grayscale: #171717. Windows color (decimal): -14216941 or 1249575. OLE color: 1249575.

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

Color convert

RGB391719-
CMYK00.560.510.85
HSL354.55º39.29%10.98%-
HSV(B)354.55º56.41%15.29%-
XYZ1.150.880.72-
YUV23.81125.29138.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 52%
GREEN value IS 17 (7.03% from 255) = 22.67%
BLUE value IS 19 (7.81% from 255) = 25.33%
R=52%
G=22.67%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39171900.560.510.85354.5539.2910.98
Hex271113038335516327b
Octal472123070631255434713
Binary1001111000110011011100011001110101011011000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271113; }

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

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

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

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

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

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

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

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