#250409

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

Shades of Rustic Red #250409

Tints of Rustic Red #250409

Color information

#250409 (or 0x250409) is unknown color: approx Rustic Red. HEX triplet: 25, 04 and 09. RGB value is (37,4,9). Sum of RGB (Red+Green+Blue) = 37+4+9=50 (6% of max value = 765). Red value is 37 (14.84% from 255 or 74% from 50); Green value is 4 (1.95% from 255 or 8% from 50); Blue value is 9 (3.91% from 255 or 18% from 50); Max value from RGB is 37 - color contains mainly: red. Hex color #250409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250409 is #DAFBF6. Grayscale: #0E0E0E. Windows color (decimal): -14351351 or 590885. OLE color: 590885.

HSL color Cylindrical-coordinate representation of color #250409: hue angle of 350.91º 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 #250409 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.85.

Color convert

RGB3749-
CMYK00.890.760.85
HSL350.91º80.49%8.04%-
HSV(B)350.91º89.19%14.51%-
XYZ0.860.50.31-
YUV14.44124.93144.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 74%
GREEN value IS 4 (1.95% from 255) = 8%
BLUE value IS 9 (3.91% from 255) = 18%
R=74%
G=8%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal374900.890.760.85350.9180.498.04
Hex25490594C5515f508
Octal45411013111412553712010
Binary1001011001001010110011001100101010110101111110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250409; }

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

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

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

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

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

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

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

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