#271518

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

Shades of Rustic Red #271518

Tints of Rustic Red #271518

Color information

#271518 (or 0x271518) is unknown color: approx Rustic Red. HEX triplet: 27, 15 and 18. RGB value is (39,21,24). Sum of RGB (Red+Green+Blue) = 39+21+24=84 (11% of max value = 765). Red value is 39 (15.62% from 255 or 46.43% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 24 (9.77% from 255 or 28.57% from 84); Max value from RGB is 39 - color contains mainly: red. Hex color #271518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271518 is #D8EAE7. Grayscale: #1A1A1A. Windows color (decimal): -14215912 or 1578279. OLE color: 1578279.

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

Color convert

RGB392124-
CMYK00.460.380.85
HSL350º30%11.76%-
HSV(B)350º46.15%15.29%-
XYZ1.271.031-
YUV26.72126.46136.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 46.43%
GREEN value IS 21 (8.59% from 255) = 25%
BLUE value IS 24 (9.77% from 255) = 28.57%
R=46.43%
G=25%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39212400.460.380.853503011.76
Hex27151802E265515e1ec
Octal472530056461255363614
Binary100111101011100001011101001101010101101011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271518; }

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

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

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

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

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

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

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

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