#270512

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

Shades of Rustic Red #270512

Tints of Rustic Red #270512

Color information

#270512 (or 0x270512) is unknown color: approx Rustic Red. HEX triplet: 27, 05 and 12. RGB value is (39,5,18). Sum of RGB (Red+Green+Blue) = 39+5+18=62 (8% of max value = 765). Red value is 39 (15.62% from 255 or 62.90% from 62); Green value is 5 (2.34% from 255 or 8.06% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 39 - color contains mainly: red. Hex color #270512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270512 is #D8FAED. Grayscale: #101010. Windows color (decimal): -14220014 or 1180967. OLE color: 1180967.

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

Color convert

RGB39518-
CMYK00.870.540.85
HSL337.06º77.27%8.63%-
HSV(B)337.06º87.18%15.29%-
XYZ10.580.63-
YUV16.65128.76143.94-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 62.90%
GREEN value IS 5 (2.34% from 255) = 8.06%
BLUE value IS 18 (7.42% from 255) = 29.03%
R=62.90%
G=8.06%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3951800.870.540.85337.0677.278.63
Hex2751205736551514d9
Octal4752201276612552111511
Binary1001111011001001010111110110101010110101000110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270512; }

 p { color: rgb(39,5,18); }

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

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

 a { background-color: rgb(39,5,18); }

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

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

 span { border-color: rgb(39,5,18); }

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