#250810

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

Shades of Rustic Red #250810

Tints of Rustic Red #250810

Color information

#250810 (or 0x250810) is unknown color: approx Rustic Red. HEX triplet: 25, 08 and 10. RGB value is (37,8,16). Sum of RGB (Red+Green+Blue) = 37+8+16=61 (8% of max value = 765). Red value is 37 (14.84% from 255 or 60.66% from 61); Green value is 8 (3.52% from 255 or 13.11% from 61); Blue value is 16 (6.64% from 255 or 26.23% from 61); Max value from RGB is 37 - color contains mainly: red. Hex color #250810 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250810 is #DAF7EF. Grayscale: #111111. Windows color (decimal): -14350320 or 1050661. OLE color: 1050661.

HSL color Cylindrical-coordinate representation of color #250810: hue angle of 343.45º 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 #250810 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.85.

Color convert

RGB37816-
CMYK00.780.570.85
HSL343.45º64.44%8.82%-
HSV(B)343.45º78.38%14.51%-
XYZ0.940.60.56-
YUV17.58127.11141.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 60.66%
GREEN value IS 8 (3.52% from 255) = 13.11%
BLUE value IS 16 (6.64% from 255) = 26.23%
R=60.66%
G=13.11%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.57
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3781600.780.570.85343.4564.448.82
Hex2581004E3955157409
Octal45102001167112552710011
Binary10010110001000001001110111001101010110101011110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250810; }

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

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

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

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

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

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

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

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