#270913

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

Shades of Rustic Red #270913

Tints of Rustic Red #270913

Color information

#270913 (or 0x270913) is unknown color: approx Rustic Red. HEX triplet: 27, 09 and 13. RGB value is (39,9,19). Sum of RGB (Red+Green+Blue) = 39+9+19=67 (8% of max value = 765). Red value is 39 (15.62% from 255 or 58.21% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 19 (7.81% from 255 or 28.36% from 67); Max value from RGB is 39 - color contains mainly: red. Hex color #270913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270913 is #D8F6EC. Grayscale: #131313. Windows color (decimal): -14218989 or 1247527. OLE color: 1247527.

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

Color convert

RGB39919-
CMYK00.770.510.85
HSL340º62.5%9.41%-
HSV(B)340º76.92%15.29%-
XYZ1.050.670.69-
YUV19.11127.94142.19-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 58.21%
GREEN value IS 9 (3.91% from 255) = 13.43%
BLUE value IS 19 (7.81% from 255) = 28.36%
R=58.21%
G=13.43%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3991900.770.510.8534062.59.41
Hex2791304D33551543e9
Octal4711230115631255247611
Binary1001111001100110100110111001110101011010101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270913; }

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

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

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

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

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

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

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

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