#25050F

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

Shades of Rustic Red #25050F

Tints of Rustic Red #25050F

Color information

#25050F (or 0x25050F) is unknown color: approx Rustic Red. HEX triplet: 25, 05 and 0F. RGB value is (37,5,15). Sum of RGB (Red+Green+Blue) = 37+5+15=57 (7% of max value = 765). Red value is 37 (14.84% from 255 or 64.91% from 57); Green value is 5 (2.34% from 255 or 8.77% from 57); Blue value is 15 (6.25% from 255 or 26.32% from 57); Max value from RGB is 37 - color contains mainly: red. Hex color #25050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25050F is #DAFAF0. Grayscale: #0F0F0F. Windows color (decimal): -14351089 or 984357. OLE color: 984357.

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

Color convert

RGB37515-
CMYK00.860.590.85
HSL341.25º76.19%8.24%-
HSV(B)341.25º86.49%14.51%-
XYZ0.90.540.51-
YUV15.71127.6143.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 64.91%
GREEN value IS 5 (2.34% from 255) = 8.77%
BLUE value IS 15 (6.25% from 255) = 26.32%
R=64.91%
G=8.77%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3751500.860.590.85341.2576.198.24
Hex255F0563B551554c8
Octal4551701267312552511410
Binary100101101111101010110111011101010110101010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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