#271015

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

Shades of Rustic Red #271015

Tints of Rustic Red #271015

Color information

#271015 (or 0x271015) is unknown color: approx Rustic Red. HEX triplet: 27, 10 and 15. RGB value is (39,16,21). Sum of RGB (Red+Green+Blue) = 39+16+21=76 (10% of max value = 765). Red value is 39 (15.62% from 255 or 51.32% from 76); Green value is 16 (6.64% from 255 or 21.05% from 76); Blue value is 21 (8.59% from 255 or 27.63% from 76); Max value from RGB is 39 - color contains mainly: red. Hex color #271015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271015 is #D8EFEA. Grayscale: #171717. Windows color (decimal): -14217195 or 1380391. OLE color: 1380391.

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

Color convert

RGB391621-
CMYK00.590.460.85
HSL346.96º41.82%10.78%-
HSV(B)346.96º58.97%15.29%-
XYZ1.160.860.81-
YUV23.45126.62139.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 51.32%
GREEN value IS 16 (6.64% from 255) = 21.05%
BLUE value IS 21 (8.59% from 255) = 27.63%
R=51.32%
G=21.05%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39162100.590.460.85346.9641.8210.78
Hex27101503B2E5515b2ab
Octal472025073561255335213
Binary1001111000010101011101110111010101011010110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271015; }

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

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

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

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

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

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

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

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