#25040F

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

Shades of Rustic Red #25040F

Tints of Rustic Red #25040F

Color information

#25040F (or 0x25040F) is unknown color: approx Rustic Red. HEX triplet: 25, 04 and 0F. RGB value is (37,4,15). Sum of RGB (Red+Green+Blue) = 37+4+15=56 (7% of max value = 765). Red value is 37 (14.84% from 255 or 66.07% from 56); Green value is 4 (1.95% from 255 or 7.14% from 56); Blue value is 15 (6.25% from 255 or 26.79% from 56); Max value from RGB is 37 - color contains mainly: red. Hex color #25040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25040F is #DAFBF0. Grayscale: #0F0F0F. Windows color (decimal): -14351345 or 984101. OLE color: 984101.

HSL color Cylindrical-coordinate representation of color #25040F: hue angle of 340º 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 #25040F is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB37415-
CMYK00.890.590.85
HSL340º80.49%8.04%-
HSV(B)340º89.19%14.51%-
XYZ0.890.510.5-
YUV15.12127.93143.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 66.07%
GREEN value IS 4 (1.95% from 255) = 7.14%
BLUE value IS 15 (6.25% from 255) = 26.79%
R=66.07%
G=7.14%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3741500.890.590.8534080.498.04
Hex254F0593B55154508
Octal4541701317312552412010
Binary100101100111101011001111011101010110101010010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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