#270F11

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

Shades of Rustic Red #270F11

Tints of Rustic Red #270F11

Color information

#270F11 (or 0x270F11) is unknown color: approx Rustic Red. HEX triplet: 27, 0F and 11. RGB value is (39,15,17). Sum of RGB (Red+Green+Blue) = 39+15+17=71 (9% of max value = 765). Red value is 39 (15.62% from 255 or 54.93% from 71); Green value is 15 (6.25% from 255 or 21.13% from 71); Blue value is 17 (7.03% from 255 or 23.94% from 71); Max value from RGB is 39 - color contains mainly: red. Hex color #270F11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270F11 is #D8F0EE. Grayscale: #161616. Windows color (decimal): -14217455 or 1117991. OLE color: 1117991.

HSL color Cylindrical-coordinate representation of color #270F11: hue angle of 355º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #270F11 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.85.

Color convert

RGB391517-
CMYK00.620.560.85
HSL355º44.44%10.59%-
HSV(B)355º61.54%15.29%-
XYZ1.110.810.63-
YUV22.4124.95139.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 54.93%
GREEN value IS 15 (6.25% from 255) = 21.13%
BLUE value IS 17 (7.03% from 255) = 23.94%
R=54.93%
G=21.13%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39151700.620.560.8535544.4410.59
Hex27F1103E38551632cb
Octal471721076701255435413
Binary100111111110001011111011100010101011011000111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270F11; }

 p { color: rgb(39,15,17); }

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

<style>
 a { background-color: #270F11; }

 a { background-color: rgb(39,15,17); }

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

<style>
 span { border-color: #270F11; }

 span { border-color: rgb(39,15,17); }

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