#25080F

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

Shades of Rustic Red #25080F

Tints of Rustic Red #25080F

Color information

#25080F (or 0x25080F) is unknown color: approx Rustic Red. HEX triplet: 25, 08 and 0F. RGB value is (37,8,15). Sum of RGB (Red+Green+Blue) = 37+8+15=60 (7% of max value = 765). Red value is 37 (14.84% from 255 or 61.67% from 60); Green value is 8 (3.52% from 255 or 13.33% from 60); Blue value is 15 (6.25% from 255 or 25% from 60); Max value from RGB is 37 - color contains mainly: red. Hex color #25080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25080F is #DAF7F0. Grayscale: #111111. Windows color (decimal): -14350321 or 985125. OLE color: 985125.

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

Color convert

RGB37815-
CMYK00.780.590.85
HSL345.52º64.44%8.82%-
HSV(B)345.52º78.38%14.51%-
XYZ0.940.60.52-
YUV17.47126.61141.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 61.67%
GREEN value IS 8 (3.52% from 255) = 13.33%
BLUE value IS 15 (6.25% from 255) = 25%
R=61.67%
G=13.33%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3781500.780.590.85345.5264.448.82
Hex258F04E3B5515a409
Octal45101701167312553210011
Binary1001011000111101001110111011101010110101101010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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