#250109

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

Shades of Rustic Red #250109

Tints of Rustic Red #250109

Color information

#250109 (or 0x250109) is unknown color: approx Rustic Red. HEX triplet: 25, 01 and 09. RGB value is (37,1,9). Sum of RGB (Red+Green+Blue) = 37+1+9=47 (6% of max value = 765). Red value is 37 (14.84% from 255 or 78.72% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 9 (3.91% from 255 or 19.15% from 47); Max value from RGB is 37 - color contains mainly: red. Hex color #250109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250109 is #DAFEF6. Grayscale: #0C0C0C. Windows color (decimal): -14352119 or 590117. OLE color: 590117.

HSL color Cylindrical-coordinate representation of color #250109: hue angle of 346.67º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #250109 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.85.

Color convert

RGB3719-
CMYK00.970.760.85
HSL346.67º94.74%7.45%-
HSV(B)346.67º97.3%14.51%-
XYZ0.820.430.3-
YUV12.68125.93145.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 78.72%
GREEN value IS 1 (0.78% from 255) = 2.13%
BLUE value IS 9 (3.91% from 255) = 19.15%
R=78.72%
G=2.13%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal371900.970.760.85346.6794.747.45
Hex25190614C5515b5f7
Octal4511101411141255331377
Binary1001011100101100001100110010101011010110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250109; }

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

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

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

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

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

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

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

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