#270409

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

Shades of Rustic Red #270409

Tints of Rustic Red #270409

Color information

#270409 (or 0x270409) is unknown color: approx Rustic Red. HEX triplet: 27, 04 and 09. RGB value is (39,4,9). Sum of RGB (Red+Green+Blue) = 39+4+9=52 (6% of max value = 765). Red value is 39 (15.62% from 255 or 75% from 52); Green value is 4 (1.95% from 255 or 7.69% from 52); Blue value is 9 (3.91% from 255 or 17.31% from 52); Max value from RGB is 39 - color contains mainly: red. Hex color #270409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270409 is #D8FBF6. Grayscale: #0F0F0F. Windows color (decimal): -14220279 or 590887. OLE color: 590887.

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

Color convert

RGB3949-
CMYK00.900.770.85
HSL351.43º81.4%8.43%-
HSV(B)351.43º89.74%15.29%-
XYZ0.930.540.31-
YUV15.04124.6145.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 75%
GREEN value IS 4 (1.95% from 255) = 7.69%
BLUE value IS 9 (3.91% from 255) = 17.31%
R=75%
G=7.69%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.77
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal394900.900.770.85351.4381.48.43
Hex274905A4D5515f518
Octal47411013211512553712110
Binary1001111001001010110101001101101010110101111110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270409; }

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

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

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

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

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

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

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

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