#27191C

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

Shades of Rustic Red #27191C

Tints of Rustic Red #27191C

Color information

#27191C (or 0x27191C) is unknown color: approx Rustic Red. HEX triplet: 27, 19 and 1C. RGB value is (39,25,28). Sum of RGB (Red+Green+Blue) = 39+25+28=92 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.39% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 39 - color contains mainly: red. Hex color #27191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27191C is #D8E6E3. Grayscale: #1D1D1D. Windows color (decimal): -14214884 or 1841447. OLE color: 1841447.

HSL color Cylindrical-coordinate representation of color #27191C: hue angle of 347.14º degrees, saturation: 0.22, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #27191C is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.85.

Color convert

RGB392528-
CMYK00.360.280.85
HSL347.14º21.88%12.55%-
HSV(B)347.14º35.9%15.29%-
XYZ1.391.211.26-
YUV29.53127.14134.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 42.39%
GREEN value IS 25 (10.16% from 255) = 27.17%
BLUE value IS 28 (11.33% from 255) = 30.43%
R=42.39%
G=27.17%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39252800.360.280.85347.1421.8812.55
Hex27191C0241C5515b16d
Octal473134044341255332615
Binary10011111001111000100100111001010101101011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27191C; }

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

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

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

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

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

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

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

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