#250609

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

Shades of Rustic Red #250609

Tints of Rustic Red #250609

Color information

#250609 (or 0x250609) is unknown color: approx Rustic Red. HEX triplet: 25, 06 and 09. RGB value is (37,6,9). Sum of RGB (Red+Green+Blue) = 37+6+9=52 (6% of max value = 765). Red value is 37 (14.84% from 255 or 71.15% from 52); Green value is 6 (2.73% from 255 or 11.54% from 52); Blue value is 9 (3.91% from 255 or 17.31% from 52); Max value from RGB is 37 - color contains mainly: red. Hex color #250609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250609 is #DAF9F6. Grayscale: #0F0F0F. Windows color (decimal): -14350839 or 591397. OLE color: 591397.

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

Color convert

RGB3769-
CMYK00.840.760.85
HSL354.19º72.09%8.43%-
HSV(B)354.19º83.78%14.51%-
XYZ0.880.540.32-
YUV15.61124.27143.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 71.15%
GREEN value IS 6 (2.73% from 255) = 11.54%
BLUE value IS 9 (3.91% from 255) = 17.31%
R=71.15%
G=11.54%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal376900.840.760.85354.1972.098.43
Hex25690544C55162488
Octal45611012411412554211010
Binary1001011101001010101001001100101010110110001010010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250609; }

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

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

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

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

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

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

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

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