#250510

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

Shades of Rustic Red #250510

Tints of Rustic Red #250510

Color information

#250510 (or 0x250510) is unknown color: approx Rustic Red. HEX triplet: 25, 05 and 10. RGB value is (37,5,16). Sum of RGB (Red+Green+Blue) = 37+5+16=58 (7% of max value = 765). Red value is 37 (14.84% from 255 or 63.79% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 16 (6.64% from 255 or 27.59% from 58); Max value from RGB is 37 - color contains mainly: red. Hex color #250510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250510 is #DAFAEF. Grayscale: #0F0F0F. Windows color (decimal): -14351088 or 1049893. OLE color: 1049893.

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

Color convert

RGB37516-
CMYK00.860.570.85
HSL339.38º76.19%8.24%-
HSV(B)339.38º86.49%14.51%-
XYZ0.910.540.55-
YUV15.82128.1143.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 63.79%
GREEN value IS 5 (2.34% from 255) = 8.62%
BLUE value IS 16 (6.64% from 255) = 27.59%
R=63.79%
G=8.62%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.57
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3751600.860.570.85339.3876.198.24
Hex2551005639551534c8
Octal4552001267112552311410
Binary1001011011000001010110111001101010110101001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250510; }

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

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

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

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

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

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

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

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