#250009

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

Shades of Rustic Red #250009

Tints of Rustic Red #250009

Color information

#250009 (or 0x250009) is unknown color: approx Rustic Red. HEX triplet: 25, 00 and 09. RGB value is (37,0,9). Sum of RGB (Red+Green+Blue) = 37+0+9=46 (6% of max value = 765). Red value is 37 (14.84% from 255 or 80.43% from 46); Green value is 0 (0.39% from 255 or 0% from 46); Blue value is 9 (3.91% from 255 or 19.57% from 46); Max value from RGB is 37 - color contains mainly: red. Hex color #250009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250009 is #DAFFF6. Grayscale: #0C0C0C. Windows color (decimal): -14352375 or 589861. OLE color: 589861.

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

Color convert

RGB3709-
CMYK010.760.85
HSL345.41º100%7.25%-
HSV(B)345.41º100%14.51%-
XYZ0.810.410.3-
YUV12.09126.26145.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 80.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 19.57%
R=80.43%
G=0%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3709010.760.85345.411007.25
Hex25090644C55159647
Octal4501101441141255311447
Binary1001010100101100100100110010101011010110011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250009; }

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

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

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

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

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

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

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

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