#270F18

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

Shades of Rustic Red #270F18

Tints of Rustic Red #270F18

Color information

#270F18 (or 0x270F18) is unknown color: approx Rustic Red. HEX triplet: 27, 0F and 18. RGB value is (39,15,24). Sum of RGB (Red+Green+Blue) = 39+15+24=78 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 24 (9.77% from 255 or 30.77% from 78); Max value from RGB is 39 - color contains mainly: red. Hex color #270F18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270F18 is #D8F0E7. Grayscale: #171717. Windows color (decimal): -14217448 or 1576743. OLE color: 1576743.

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

Color convert

RGB391524-
CMYK00.620.380.85
HSL337.5º44.44%10.59%-
HSV(B)337.5º61.54%15.29%-
XYZ1.170.840.96-
YUV23.2128.45139.27-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 50%
GREEN value IS 15 (6.25% from 255) = 19.23%
BLUE value IS 24 (9.77% from 255) = 30.77%
R=50%
G=19.23%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39152400.620.380.85337.544.4410.59
Hex27F1803E26551522cb
Octal471730076461255225413
Binary100111111111000011111010011010101011010100101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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