#27080E

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

Shades of Rustic Red #27080E

Tints of Rustic Red #27080E

Color information

#27080E (or 0x27080E) is unknown color: approx Rustic Red. HEX triplet: 27, 08 and 0E. RGB value is (39,8,14). Sum of RGB (Red+Green+Blue) = 39+8+14=61 (8% of max value = 765). Red value is 39 (15.62% from 255 or 63.93% from 61); Green value is 8 (3.52% from 255 or 13.11% from 61); Blue value is 14 (5.86% from 255 or 22.95% from 61); Max value from RGB is 39 - color contains mainly: red. Hex color #27080E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27080E is #D8F7F1. Grayscale: #111111. Windows color (decimal): -14219250 or 919591. OLE color: 919591.

HSL color Cylindrical-coordinate representation of color #27080E: hue angle of 348.39º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27080E is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.85.

Color convert

RGB39814-
CMYK00.790.640.85
HSL348.39º65.96%9.22%-
HSV(B)348.39º79.49%15.29%-
XYZ10.640.49-
YUV17.95125.77143.01-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 63.93%
GREEN value IS 8 (3.52% from 255) = 13.11%
BLUE value IS 14 (5.86% from 255) = 22.95%
R=63.93%
G=13.11%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.64
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3981400.790.640.85348.3965.969.22
Hex278E04F405515c429
Octal471016011710012553410211
Binary10011110001110010011111000000101010110101110010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27080E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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