#271213

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

Shades of Rustic Red #271213

Tints of Rustic Red #271213

Color information

#271213 (or 0x271213) is unknown color: approx Rustic Red. HEX triplet: 27, 12 and 13. RGB value is (39,18,19). Sum of RGB (Red+Green+Blue) = 39+18+19=76 (10% of max value = 765). Red value is 39 (15.62% from 255 or 51.32% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 39 - color contains mainly: red. Hex color #271213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271213 is #D8EDEC. Grayscale: #181818. Windows color (decimal): -14216685 or 1249831. OLE color: 1249831.

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

Color convert

RGB391819-
CMYK00.540.510.85
HSL357.14º36.84%11.18%-
HSV(B)357.14º53.85%15.29%-
XYZ1.170.910.73-
YUV24.39124.96138.42-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 51.32%
GREEN value IS 18 (7.42% from 255) = 23.68%
BLUE value IS 19 (7.81% from 255) = 25%
R=51.32%
G=23.68%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39181900.540.510.85357.1436.8411.18
Hex271213036335516525b
Octal472223066631255454513
Binary1001111001010011011011011001110101011011001011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271213; }

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

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

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

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

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

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

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

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