#271819

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

Shades of Rustic Red #271819

Tints of Rustic Red #271819

Color information

#271819 (or 0x271819) is unknown color: approx Rustic Red. HEX triplet: 27, 18 and 19. RGB value is (39,24,25). Sum of RGB (Red+Green+Blue) = 39+24+25=88 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.32% from 88); Green value is 24 (9.77% from 255 or 27.27% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 39 - color contains mainly: red. Hex color #271819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271819 is #D8E7E6. Grayscale: #1C1C1C. Windows color (decimal): -14215143 or 1644583. OLE color: 1644583.

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

Color convert

RGB392425-
CMYK00.380.360.85
HSL356º23.81%12.35%-
HSV(B)356º38.46%15.29%-
XYZ1.341.151.07-
YUV28.6125.97135.42-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 44.32%
GREEN value IS 24 (9.77% from 255) = 27.27%
BLUE value IS 25 (10.16% from 255) = 28.41%
R=44.32%
G=27.27%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39242500.380.360.8535623.8112.35
Hex271819026245516418c
Octal473031046441255443014
Binary100111110001100101001101001001010101101100100110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271819; }

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

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

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

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

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

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

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

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