#27040E

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

Shades of Rustic Red #27040E

Tints of Rustic Red #27040E

Color information

#27040E (or 0x27040E) is unknown color: approx Rustic Red. HEX triplet: 27, 04 and 0E. RGB value is (39,4,14). Sum of RGB (Red+Green+Blue) = 39+4+14=57 (7% of max value = 765). Red value is 39 (15.62% from 255 or 68.42% from 57); Green value is 4 (1.95% from 255 or 7.02% from 57); Blue value is 14 (5.86% from 255 or 24.56% from 57); Max value from RGB is 39 - color contains mainly: red. Hex color #27040E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27040E is #D8FBF1. Grayscale: #0F0F0F. Windows color (decimal): -14220274 or 918567. OLE color: 918567.

HSL color Cylindrical-coordinate representation of color #27040E: hue angle of 342.86º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #27040E is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.85.

Color convert

RGB39414-
CMYK00.900.640.85
HSL342.86º81.4%8.43%-
HSV(B)342.86º89.74%15.29%-
XYZ0.960.550.47-
YUV15.6127.1144.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 68.42%
GREEN value IS 4 (1.95% from 255) = 7.02%
BLUE value IS 14 (5.86% from 255) = 24.56%
R=68.42%
G=7.02%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3941400.900.640.85342.8681.48.43
Hex274E05A4055157518
Octal47416013210012552712110
Binary1001111001110010110101000000101010110101011110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27040E; }

 p { color: rgb(39,4,14); }

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

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

 a { background-color: rgb(39,4,14); }

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

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

 span { border-color: rgb(39,4,14); }

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