#270815

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

Shades of Rustic Red #270815

Tints of Rustic Red #270815

Color information

#270815 (or 0x270815) is unknown color: approx Rustic Red. HEX triplet: 27, 08 and 15. RGB value is (39,8,21). Sum of RGB (Red+Green+Blue) = 39+8+21=68 (9% of max value = 765). Red value is 39 (15.62% from 255 or 57.35% from 68); Green value is 8 (3.52% from 255 or 11.76% from 68); Blue value is 21 (8.59% from 255 or 30.88% from 68); Max value from RGB is 39 - color contains mainly: red. Hex color #270815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270815 is #D8F7EA. Grayscale: #121212. Windows color (decimal): -14219243 or 1378343. OLE color: 1378343.

HSL color Cylindrical-coordinate representation of color #270815: hue angle of 334.84º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #270815 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB39821-
CMYK00.790.460.85
HSL334.84º65.96%9.22%-
HSV(B)334.84º79.49%15.29%-
XYZ1.060.660.78-
YUV18.75129.27142.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 57.35%
GREEN value IS 8 (3.52% from 255) = 11.76%
BLUE value IS 21 (8.59% from 255) = 30.88%
R=57.35%
G=11.76%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3982100.790.460.85334.8465.969.22
Hex2781504F2E5514f429
Octal47102501175612551710211
Binary10011110001010101001111101110101010110100111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270815; }

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

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

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

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

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

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

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

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