#25090E

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

Shades of Rustic Red #25090E

Tints of Rustic Red #25090E

Color information

#25090E (or 0x25090E) is unknown color: approx Rustic Red. HEX triplet: 25, 09 and 0E. RGB value is (37,9,14). Sum of RGB (Red+Green+Blue) = 37+9+14=60 (7% of max value = 765). Red value is 37 (14.84% from 255 or 61.67% from 60); Green value is 9 (3.91% from 255 or 15% from 60); Blue value is 14 (5.86% from 255 or 23.33% from 60); Max value from RGB is 37 - color contains mainly: red. Hex color #25090E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25090E is #DAF6F1. Grayscale: #111111. Windows color (decimal): -14350066 or 919845. OLE color: 919845.

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

Color convert

RGB37914-
CMYK00.760.620.85
HSL349.29º60.87%9.02%-
HSV(B)349.29º75.68%14.51%-
XYZ0.940.620.49-
YUV17.94125.78141.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 61.67%
GREEN value IS 9 (3.91% from 255) = 15%
BLUE value IS 14 (5.86% from 255) = 23.33%
R=61.67%
G=15%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3791400.760.620.85349.2960.879.02
Hex259E04C3E5515d3d9
Octal4511160114761255357511
Binary100101100111100100110011111010101011010111011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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