#250A10

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

Shades of Rustic Red #250A10

Tints of Rustic Red #250A10

Color information

#250A10 (or 0x250A10) is unknown color: approx Rustic Red. HEX triplet: 25, 0A and 10. RGB value is (37,10,16). Sum of RGB (Red+Green+Blue) = 37+10+16=63 (8% of max value = 765). Red value is 37 (14.84% from 255 or 58.73% from 63); Green value is 10 (4.30% from 255 or 15.87% from 63); Blue value is 16 (6.64% from 255 or 25.40% from 63); Max value from RGB is 37 - color contains mainly: red. Hex color #250A10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250A10 is #DAF5EF. Grayscale: #121212. Windows color (decimal): -14349808 or 1051173. OLE color: 1051173.

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

Color convert

RGB371016-
CMYK00.730.570.85
HSL346.67º57.45%9.22%-
HSV(B)346.67º72.97%14.51%-
XYZ0.970.650.56-
YUV18.76126.45141.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 58.73%
GREEN value IS 10 (4.30% from 255) = 15.87%
BLUE value IS 16 (6.64% from 255) = 25.40%
R=58.73%
G=15.87%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.57
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37101600.730.570.85346.6757.459.22
Hex25A10049395515b399
Octal4512200111711255337111
Binary1001011010100000100100111100110101011010110111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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