#270915

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

Shades of Rustic Red #270915

Tints of Rustic Red #270915

Color information

#270915 (or 0x270915) is unknown color: approx Rustic Red. HEX triplet: 27, 09 and 15. RGB value is (39,9,21). Sum of RGB (Red+Green+Blue) = 39+9+21=69 (9% of max value = 765). Red value is 39 (15.62% from 255 or 56.52% from 69); Green value is 9 (3.91% from 255 or 13.04% from 69); Blue value is 21 (8.59% from 255 or 30.43% from 69); Max value from RGB is 39 - color contains mainly: red. Hex color #270915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270915 is #D8F6EA. Grayscale: #131313. Windows color (decimal): -14218987 or 1378599. OLE color: 1378599.

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

Color convert

RGB39921-
CMYK00.770.460.85
HSL336º62.5%9.41%-
HSV(B)336º76.92%15.29%-
XYZ1.070.680.78-
YUV19.34128.94142.02-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 56.52%
GREEN value IS 9 (3.91% from 255) = 13.04%
BLUE value IS 21 (8.59% from 255) = 30.43%
R=56.52%
G=13.04%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3992100.770.460.8533662.59.41
Hex2791504D2E551503e9
Octal4711250115561255207611
Binary1001111001101010100110110111010101011010100001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270915; }

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

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

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

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

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

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

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

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