#25050E

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

Shades of Rustic Red #25050E

Tints of Rustic Red #25050E

Color information

#25050E (or 0x25050E) is unknown color: approx Rustic Red. HEX triplet: 25, 05 and 0E. RGB value is (37,5,14). Sum of RGB (Red+Green+Blue) = 37+5+14=56 (7% of max value = 765). Red value is 37 (14.84% from 255 or 66.07% from 56); Green value is 5 (2.34% from 255 or 8.93% from 56); Blue value is 14 (5.86% from 255 or 25% from 56); Max value from RGB is 37 - color contains mainly: red. Hex color #25050E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25050E is #DAFAF1. Grayscale: #0F0F0F. Windows color (decimal): -14351090 or 918821. OLE color: 918821.

HSL color Cylindrical-coordinate representation of color #25050E: hue angle of 343.12º 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 #25050E is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB37514-
CMYK00.860.620.85
HSL343.12º76.19%8.24%-
HSV(B)343.12º86.49%14.51%-
XYZ0.90.530.47-
YUV15.59127.1143.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 66.07%
GREEN value IS 5 (2.34% from 255) = 8.93%
BLUE value IS 14 (5.86% from 255) = 25%
R=66.07%
G=8.93%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3751400.860.620.85343.1276.198.24
Hex255E0563E551574c8
Octal4551601267612552711410
Binary100101101111001010110111110101010110101011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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