#25090F

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

Shades of Rustic Red #25090F

Tints of Rustic Red #25090F

Color information

#25090F (or 0x25090F) is unknown color: approx Rustic Red. HEX triplet: 25, 09 and 0F. RGB value is (37,9,15). Sum of RGB (Red+Green+Blue) = 37+9+15=61 (8% of max value = 765). Red value is 37 (14.84% from 255 or 60.66% from 61); Green value is 9 (3.91% from 255 or 14.75% from 61); Blue value is 15 (6.25% from 255 or 24.59% from 61); Max value from RGB is 37 - color contains mainly: red. Hex color #25090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25090F is #DAF6F0. Grayscale: #121212. Windows color (decimal): -14350065 or 985381. OLE color: 985381.

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

Color convert

RGB37915-
CMYK00.760.590.85
HSL347.14º60.87%9.02%-
HSV(B)347.14º75.68%14.51%-
XYZ0.950.620.52-
YUV18.06126.28141.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 60.66%
GREEN value IS 9 (3.91% from 255) = 14.75%
BLUE value IS 15 (6.25% from 255) = 24.59%
R=60.66%
G=14.75%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3791500.760.590.85347.1460.879.02
Hex259F04C3B5515b3d9
Octal4511170114731255337511
Binary100101100111110100110011101110101011010110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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