#270814

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

Shades of Rustic Red #270814

Tints of Rustic Red #270814

Color information

#270814 (or 0x270814) is unknown color: approx Rustic Red. HEX triplet: 27, 08 and 14. RGB value is (39,8,20). Sum of RGB (Red+Green+Blue) = 39+8+20=67 (8% of max value = 765). Red value is 39 (15.62% from 255 or 58.21% from 67); Green value is 8 (3.52% from 255 or 11.94% from 67); Blue value is 20 (8.20% from 255 or 29.85% from 67); Max value from RGB is 39 - color contains mainly: red. Hex color #270814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270814 is #D8F7EB. Grayscale: #121212. Windows color (decimal): -14219244 or 1312807. OLE color: 1312807.

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

Color convert

RGB39820-
CMYK00.790.490.85
HSL336.77º65.96%9.22%-
HSV(B)336.77º79.49%15.29%-
XYZ1.050.660.73-
YUV18.64128.77142.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 58.21%
GREEN value IS 8 (3.52% from 255) = 11.94%
BLUE value IS 20 (8.20% from 255) = 29.85%
R=58.21%
G=11.94%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3982000.790.490.85336.7765.969.22
Hex2781404F3155151429
Octal47102401176112552110211
Binary10011110001010001001111110001101010110101000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270814; }

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

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

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

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

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

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

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

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