#27000F

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

Shades of Rustic Red #27000F

Tints of Rustic Red #27000F

Color information

#27000F (or 0x27000F) is unknown color: approx Rustic Red. HEX triplet: 27, 00 and 0F. RGB value is (39,0,15). Sum of RGB (Red+Green+Blue) = 39+0+15=54 (7% of max value = 765). Red value is 39 (15.62% from 255 or 72.22% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 15 (6.25% from 255 or 27.78% from 54); Max value from RGB is 39 - color contains mainly: red. Hex color #27000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27000F is #D8FFF0. Grayscale: #0D0D0D. Windows color (decimal): -14221297 or 983079. OLE color: 983079.

HSL color Cylindrical-coordinate representation of color #27000F: hue angle of 336.92º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #27000F is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB39015-
CMYK010.620.85
HSL336.92º100%7.65%-
HSV(B)336.92º100%15.29%-
XYZ0.920.470.49-
YUV13.37128.92146.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 72.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 27.78%
R=72.22%
G=0%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39015010.620.85336.921007.65
Hex270F0643E55151648
Octal4701701447612552114410
Binary1001110111101100100111110101010110101000111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27000F; }

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

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

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

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

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

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

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

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