#25060F

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

Shades of Rustic Red #25060F

Tints of Rustic Red #25060F

Color information

#25060F (or 0x25060F) is unknown color: approx Rustic Red. HEX triplet: 25, 06 and 0F. RGB value is (37,6,15). Sum of RGB (Red+Green+Blue) = 37+6+15=58 (7% of max value = 765). Red value is 37 (14.84% from 255 or 63.79% from 58); Green value is 6 (2.73% from 255 or 10.34% from 58); Blue value is 15 (6.25% from 255 or 25.86% from 58); Max value from RGB is 37 - color contains mainly: red. Hex color #25060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25060F is #DAF9F0. Grayscale: #101010. Windows color (decimal): -14350833 or 984613. OLE color: 984613.

HSL color Cylindrical-coordinate representation of color #25060F: hue angle of 342.58º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25060F is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB37615-
CMYK00.840.590.85
HSL342.58º72.09%8.43%-
HSV(B)342.58º83.78%14.51%-
XYZ0.910.560.51-
YUV16.29127.27142.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 63.79%
GREEN value IS 6 (2.73% from 255) = 10.34%
BLUE value IS 15 (6.25% from 255) = 25.86%
R=63.79%
G=10.34%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3761500.840.590.85342.5872.098.43
Hex256F0543B55157488
Octal4561701247312552711010
Binary100101110111101010100111011101010110101011110010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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