#27090B

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

Shades of Rustic Red #27090B

Tints of Rustic Red #27090B

Color information

#27090B (or 0x27090B) is unknown color: approx Rustic Red. HEX triplet: 27, 09 and 0B. RGB value is (39,9,11). Sum of RGB (Red+Green+Blue) = 39+9+11=59 (7% of max value = 765). Red value is 39 (15.62% from 255 or 66.10% from 59); Green value is 9 (3.91% from 255 or 15.25% from 59); Blue value is 11 (4.69% from 255 or 18.64% from 59); Max value from RGB is 39 - color contains mainly: red. Hex color #27090B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27090B is #D8F6F4. Grayscale: #121212. Windows color (decimal): -14218997 or 723239. OLE color: 723239.

HSL color Cylindrical-coordinate representation of color #27090B: hue angle of 356º 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 #27090B is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.85.

Color convert

RGB39911-
CMYK00.770.720.85
HSL356º62.5%9.41%-
HSV(B)356º76.92%15.29%-
XYZ0.990.650.39-
YUV18.2123.94142.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 66.10%
GREEN value IS 9 (3.91% from 255) = 15.25%
BLUE value IS 11 (4.69% from 255) = 18.64%
R=66.10%
G=15.25%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.72
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3991100.770.720.8535662.59.41
Hex279B04D48551643e9
Octal47111301151101255447611
Binary1001111001101101001101100100010101011011001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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