#270F10

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

Shades of Rustic Red #270F10

Tints of Rustic Red #270F10

Color information

#270F10 (or 0x270F10) is unknown color: approx Rustic Red. HEX triplet: 27, 0F and 10. RGB value is (39,15,16). Sum of RGB (Red+Green+Blue) = 39+15+16=70 (9% of max value = 765). Red value is 39 (15.62% from 255 or 55.71% from 70); Green value is 15 (6.25% from 255 or 21.43% from 70); Blue value is 16 (6.64% from 255 or 22.86% from 70); Max value from RGB is 39 - color contains mainly: red. Hex color #270F10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270F10 is #D8F0EF. Grayscale: #161616. Windows color (decimal): -14217456 or 1052455. OLE color: 1052455.

HSL color Cylindrical-coordinate representation of color #270F10: hue angle of 357.5º 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 #270F10 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB391516-
CMYK00.620.590.85
HSL357.5º44.44%10.59%-
HSV(B)357.5º61.54%15.29%-
XYZ1.10.810.59-
YUV22.29124.45139.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 55.71%
GREEN value IS 15 (6.25% from 255) = 21.43%
BLUE value IS 16 (6.64% from 255) = 22.86%
R=55.71%
G=21.43%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39151600.620.590.85357.544.4410.59
Hex27F1003E3B551662cb
Octal471720076731255465413
Binary100111111110000011111011101110101011011001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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