#250809

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

Shades of Rustic Red #250809

Tints of Rustic Red #250809

Color information

#250809 (or 0x250809) is unknown color: approx Rustic Red. HEX triplet: 25, 08 and 09. RGB value is (37,8,9). Sum of RGB (Red+Green+Blue) = 37+8+9=54 (7% of max value = 765). Red value is 37 (14.84% from 255 or 68.52% from 54); Green value is 8 (3.52% from 255 or 14.81% from 54); Blue value is 9 (3.91% from 255 or 16.67% from 54); Max value from RGB is 37 - color contains mainly: red. Hex color #250809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250809 is #DAF7F6. Grayscale: #101010. Windows color (decimal): -14350327 or 591909. OLE color: 591909.

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

Color convert

RGB3789-
CMYK00.780.760.85
HSL357.93º64.44%8.82%-
HSV(B)357.93º78.38%14.51%-
XYZ0.90.590.32-
YUV16.78123.61142.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 68.52%
GREEN value IS 8 (3.52% from 255) = 14.81%
BLUE value IS 9 (3.91% from 255) = 16.67%
R=68.52%
G=14.81%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal378900.780.760.85357.9364.448.82
Hex258904E4C55166409
Octal451011011611412554610011
Binary10010110001001010011101001100101010110110011010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250809; }

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

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

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

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

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

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

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

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