#270414

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

Shades of Rustic Red #270414

Tints of Rustic Red #270414

Color information

#270414 (or 0x270414) is unknown color: approx Rustic Red. HEX triplet: 27, 04 and 14. RGB value is (39,4,20). Sum of RGB (Red+Green+Blue) = 39+4+20=63 (8% of max value = 765). Red value is 39 (15.62% from 255 or 61.90% from 63); Green value is 4 (1.95% from 255 or 6.35% from 63); Blue value is 20 (8.20% from 255 or 31.75% from 63); Max value from RGB is 39 - color contains mainly: red. Hex color #270414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270414 is #D8FBEB. Grayscale: #101010. Windows color (decimal): -14220268 or 1311783. OLE color: 1311783.

HSL color Cylindrical-coordinate representation of color #270414: hue angle of 332.57º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #270414 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB39420-
CMYK00.900.490.85
HSL332.57º81.4%8.43%-
HSV(B)332.57º89.74%15.29%-
XYZ1.010.570.72-
YUV16.29130.1144.2-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 61.90%
GREEN value IS 4 (1.95% from 255) = 6.35%
BLUE value IS 20 (8.20% from 255) = 31.75%
R=61.90%
G=6.35%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3942000.900.490.85332.5781.48.43
Hex2741405A315514d518
Octal4742401326112551512110
Binary1001111001010001011010110001101010110100110110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270414; }

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

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

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

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

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

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

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

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