#250910

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

Shades of Rustic Red #250910

Tints of Rustic Red #250910

Color information

#250910 (or 0x250910) is unknown color: approx Rustic Red. HEX triplet: 25, 09 and 10. RGB value is (37,9,16). Sum of RGB (Red+Green+Blue) = 37+9+16=62 (8% of max value = 765). Red value is 37 (14.84% from 255 or 59.68% from 62); Green value is 9 (3.91% from 255 or 14.52% from 62); Blue value is 16 (6.64% from 255 or 25.81% from 62); Max value from RGB is 37 - color contains mainly: red. Hex color #250910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250910 is #DAF6EF. Grayscale: #121212. Windows color (decimal): -14350064 or 1050917. OLE color: 1050917.

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

Color convert

RGB37916-
CMYK00.760.570.85
HSL345º60.87%9.02%-
HSV(B)345º75.68%14.51%-
XYZ0.950.630.56-
YUV18.17126.78141.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 59.68%
GREEN value IS 9 (3.91% from 255) = 14.52%
BLUE value IS 16 (6.64% from 255) = 25.81%
R=59.68%
G=14.52%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.57
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3791600.760.570.8534560.879.02
Hex2591004C39551593d9
Octal4511200114711255317511
Binary1001011001100000100110011100110101011010110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250910; }

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

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

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

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

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

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

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

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