#271418

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

Shades of Rustic Red #271418

Tints of Rustic Red #271418

Color information

#271418 (or 0x271418) is unknown color: approx Rustic Red. HEX triplet: 27, 14 and 18. RGB value is (39,20,24). Sum of RGB (Red+Green+Blue) = 39+20+24=83 (10% of max value = 765). Red value is 39 (15.62% from 255 or 46.99% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 24 (9.77% from 255 or 28.92% from 83); Max value from RGB is 39 - color contains mainly: red. Hex color #271418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271418 is #D8EBE7. Grayscale: #1A1A1A. Windows color (decimal): -14216168 or 1578023. OLE color: 1578023.

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

Color convert

RGB392024-
CMYK00.490.380.85
HSL347.37º32.2%11.57%-
HSV(B)347.37º48.72%15.29%-
XYZ1.2510.99-
YUV26.14126.79137.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 46.99%
GREEN value IS 20 (8.20% from 255) = 24.10%
BLUE value IS 24 (9.77% from 255) = 28.92%
R=46.99%
G=24.10%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39202400.490.380.85347.3732.211.57
Hex271418031265515b20c
Octal472430061461255334014
Binary1001111010011000011000110011010101011010110111000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271418; }

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

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

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

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

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

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

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

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