#270413

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

Shades of Rustic Red #270413

Tints of Rustic Red #270413

Color information

#270413 (or 0x270413) is unknown color: approx Rustic Red. HEX triplet: 27, 04 and 13. RGB value is (39,4,19). Sum of RGB (Red+Green+Blue) = 39+4+19=62 (8% of max value = 765). Red value is 39 (15.62% from 255 or 62.90% from 62); Green value is 4 (1.95% from 255 or 6.45% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 39 - color contains mainly: red. Hex color #270413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270413 is #D8FBEC. Grayscale: #101010. Windows color (decimal): -14220269 or 1246247. OLE color: 1246247.

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

Color convert

RGB39419-
CMYK00.900.510.85
HSL334.29º81.4%8.43%-
HSV(B)334.29º89.74%15.29%-
XYZ10.570.67-
YUV16.18129.6144.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 62.90%
GREEN value IS 4 (1.95% from 255) = 6.45%
BLUE value IS 19 (7.81% from 255) = 30.65%
R=62.90%
G=6.45%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3941900.900.510.85334.2981.48.43
Hex2741305A335514e518
Octal4742301326312551612110
Binary1001111001001101011010110011101010110100111010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270413; }

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

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

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

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

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

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

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

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