#27090C

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

Shades of Rustic Red #27090C

Tints of Rustic Red #27090C

Color information

#27090C (or 0x27090C) is unknown color: approx Rustic Red. HEX triplet: 27, 09 and 0C. RGB value is (39,9,12). Sum of RGB (Red+Green+Blue) = 39+9+12=60 (7% of max value = 765). Red value is 39 (15.62% from 255 or 65% from 60); Green value is 9 (3.91% from 255 or 15% from 60); Blue value is 12 (5.08% from 255 or 20% from 60); Max value from RGB is 39 - color contains mainly: red. Hex color #27090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27090C is #D8F6F3. Grayscale: #121212. Windows color (decimal): -14218996 or 788775. OLE color: 788775.

HSL color Cylindrical-coordinate representation of color #27090C: hue angle of 354º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27090C is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.85.

Color convert

RGB39912-
CMYK00.770.690.85
HSL354º62.5%9.41%-
HSV(B)354º76.92%15.29%-
XYZ10.650.42-
YUV18.31124.44142.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 65%
GREEN value IS 9 (3.91% from 255) = 15%
BLUE value IS 12 (5.08% from 255) = 20%
R=65%
G=15%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3991200.770.690.8535462.59.41
Hex279C04D45551623e9
Octal47111401151051255427611
Binary1001111001110001001101100010110101011011000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,9,12); }

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

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

 a { background-color: rgb(39,9,12); }

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

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

 span { border-color: rgb(39,9,12); }

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