#271718

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

Shades of Rustic Red #271718

Tints of Rustic Red #271718

Color information

#271718 (or 0x271718) is unknown color: approx Rustic Red. HEX triplet: 27, 17 and 18. RGB value is (39,23,24). Sum of RGB (Red+Green+Blue) = 39+23+24=86 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.35% from 86); Green value is 23 (9.38% from 255 or 26.74% from 86); Blue value is 24 (9.77% from 255 or 27.91% from 86); Max value from RGB is 39 - color contains mainly: red. Hex color #271718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271718 is #D8E8E7. Grayscale: #1B1B1B. Windows color (decimal): -14215400 or 1578791. OLE color: 1578791.

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

Color convert

RGB392324-
CMYK00.410.380.85
HSL356.25º25.81%12.16%-
HSV(B)356.25º41.03%15.29%-
XYZ1.311.111.01-
YUV27.9125.8135.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 45.35%
GREEN value IS 23 (9.38% from 255) = 26.74%
BLUE value IS 24 (9.77% from 255) = 27.91%
R=45.35%
G=26.74%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39232400.410.380.85356.2525.8112.16
Hex27171802926551641ac
Octal472730051461255443214
Binary100111101111100001010011001101010101101100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271718; }

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

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

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

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

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

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

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

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