#25070F

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

Shades of Rustic Red #25070F

Tints of Rustic Red #25070F

Color information

#25070F (or 0x25070F) is unknown color: approx Rustic Red. HEX triplet: 25, 07 and 0F. RGB value is (37,7,15). Sum of RGB (Red+Green+Blue) = 37+7+15=59 (7% of max value = 765). Red value is 37 (14.84% from 255 or 62.71% from 59); Green value is 7 (3.12% from 255 or 11.86% from 59); Blue value is 15 (6.25% from 255 or 25.42% from 59); Max value from RGB is 37 - color contains mainly: red. Hex color #25070F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25070F is #DAF8F0. Grayscale: #101010. Windows color (decimal): -14350577 or 984869. OLE color: 984869.

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

Color convert

RGB37715-
CMYK00.810.590.85
HSL344º68.18%8.63%-
HSV(B)344º81.08%14.51%-
XYZ0.930.580.52-
YUV16.88126.94142.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 62.71%
GREEN value IS 7 (3.12% from 255) = 11.86%
BLUE value IS 15 (6.25% from 255) = 25.42%
R=62.71%
G=11.86%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3771500.810.590.8534468.188.63
Hex257F0513B55158449
Octal4571701217312553010411
Binary100101111111101010001111011101010110101100010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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