#25040E

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

Shades of Rustic Red #25040E

Tints of Rustic Red #25040E

Color information

#25040E (or 0x25040E) is unknown color: approx Rustic Red. HEX triplet: 25, 04 and 0E. RGB value is (37,4,14). Sum of RGB (Red+Green+Blue) = 37+4+14=55 (7% of max value = 765). Red value is 37 (14.84% from 255 or 67.27% from 55); Green value is 4 (1.95% from 255 or 7.27% from 55); Blue value is 14 (5.86% from 255 or 25.45% from 55); Max value from RGB is 37 - color contains mainly: red. Hex color #25040E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25040E is #DAFBF1. Grayscale: #0F0F0F. Windows color (decimal): -14351346 or 918565. OLE color: 918565.

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

Color convert

RGB37414-
CMYK00.890.620.85
HSL341.82º80.49%8.04%-
HSV(B)341.82º89.19%14.51%-
XYZ0.890.510.47-
YUV15.01127.43143.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 67.27%
GREEN value IS 4 (1.95% from 255) = 7.27%
BLUE value IS 14 (5.86% from 255) = 25.45%
R=67.27%
G=7.27%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3741400.890.620.85341.8280.498.04
Hex254E0593E55156508
Octal4541601317612552612010
Binary100101100111001011001111110101010110101011010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25040E; }

 p { color: rgb(37,4,14); }

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

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

 a { background-color: rgb(37,4,14); }

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

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

 span { border-color: rgb(37,4,14); }

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