#25040A

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

Shades of Rustic Red #25040A

Tints of Rustic Red #25040A

Color information

#25040A (or 0x25040A) is unknown color: approx Rustic Red. HEX triplet: 25, 04 and 0A. RGB value is (37,4,10). Sum of RGB (Red+Green+Blue) = 37+4+10=51 (6% of max value = 765). Red value is 37 (14.84% from 255 or 72.55% from 51); Green value is 4 (1.95% from 255 or 7.84% from 51); Blue value is 10 (4.30% from 255 or 19.61% from 51); Max value from RGB is 37 - color contains mainly: red. Hex color #25040A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25040A is #DAFBF5. Grayscale: #0E0E0E. Windows color (decimal): -14351350 or 656421. OLE color: 656421.

HSL color Cylindrical-coordinate representation of color #25040A: hue angle of 349.09º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #25040A is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.85.

Color convert

RGB37410-
CMYK00.890.730.85
HSL349.09º80.49%8.04%-
HSV(B)349.09º89.19%14.51%-
XYZ0.860.50.34-
YUV14.55125.43144.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 72.55%
GREEN value IS 4 (1.95% from 255) = 7.84%
BLUE value IS 10 (4.30% from 255) = 19.61%
R=72.55%
G=7.84%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.73
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3741000.890.730.85349.0980.498.04
Hex254A059495515d508
Octal45412013111112553512010
Binary1001011001010010110011001001101010110101110110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25040A; }

 p { color: rgb(37,4,10); }

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

<style>
 a { background-color: #25040A; }

 a { background-color: rgb(37,4,10); }

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

<style>
 span { border-color: #25040A; }

 span { border-color: rgb(37,4,10); }

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