#250209

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

Shades of Rustic Red #250209

Tints of Rustic Red #250209

Color information

#250209 (or 0x250209) is unknown color: approx Rustic Red. HEX triplet: 25, 02 and 09. RGB value is (37,2,9). Sum of RGB (Red+Green+Blue) = 37+2+9=48 (6% of max value = 765). Red value is 37 (14.84% from 255 or 77.08% from 48); Green value is 2 (1.17% from 255 or 4.17% from 48); Blue value is 9 (3.91% from 255 or 18.75% from 48); Max value from RGB is 37 - color contains mainly: red. Hex color #250209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250209 is #DAFDF6. Grayscale: #0D0D0D. Windows color (decimal): -14351863 or 590373. OLE color: 590373.

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

Color convert

RGB3729-
CMYK00.950.760.85
HSL348º89.74%7.65%-
HSV(B)348º94.59%14.51%-
XYZ0.830.460.3-
YUV13.26125.6144.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 77.08%
GREEN value IS 2 (1.17% from 255) = 4.17%
BLUE value IS 9 (3.91% from 255) = 18.75%
R=77.08%
G=4.17%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal372900.950.760.8534889.747.65
Hex252905F4C5515c5a8
Octal45211013711412553413210
Binary100101101001010111111001100101010110101110010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250209; }

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

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

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

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

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

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

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

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