#250D10

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

Shades of Rustic Red #250D10

Tints of Rustic Red #250D10

Color information

#250D10 (or 0x250D10) is unknown color: approx Rustic Red. HEX triplet: 25, 0D and 10. RGB value is (37,13,16). Sum of RGB (Red+Green+Blue) = 37+13+16=66 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.06% from 66); Green value is 13 (5.47% from 255 or 19.70% from 66); Blue value is 16 (6.64% from 255 or 24.24% from 66); Max value from RGB is 37 - color contains mainly: red. Hex color #250D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250D10 is #DAF2EF. Grayscale: #141414. Windows color (decimal): -14349040 or 1051941. OLE color: 1051941.

HSL color Cylindrical-coordinate representation of color #250D10: hue angle of 352.5º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #250D10 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.85.

Color convert

RGB371316-
CMYK00.650.570.85
HSL352.5º48%9.8%-
HSV(B)352.5º64.86%14.51%-
XYZ10.720.58-
YUV20.52125.45139.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 56.06%
GREEN value IS 13 (5.47% from 255) = 19.70%
BLUE value IS 16 (6.64% from 255) = 24.24%
R=56.06%
G=19.70%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37131600.650.570.85352.5489.8
Hex25D10041395516030a
Octal4515200101711255406012
Binary1001011101100000100000111100110101011011000001100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250D10; }

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

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

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

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

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

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

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

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