#250A15

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

Shades of Rustic Red #250A15

Tints of Rustic Red #250A15

Color information

#250A15 (or 0x250A15) is unknown color: approx Rustic Red. HEX triplet: 25, 0A and 15. RGB value is (37,10,21). Sum of RGB (Red+Green+Blue) = 37+10+21=68 (9% of max value = 765). Red value is 37 (14.84% from 255 or 54.41% from 68); Green value is 10 (4.30% from 255 or 14.71% from 68); Blue value is 21 (8.59% from 255 or 30.88% from 68); Max value from RGB is 37 - color contains mainly: red. Hex color #250A15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250A15 is #DAF5EA. Grayscale: #131313. Windows color (decimal): -14349803 or 1378853. OLE color: 1378853.

HSL color Cylindrical-coordinate representation of color #250A15: hue angle of 335.56º 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 #250A15 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.85.

Color convert

RGB371021-
CMYK00.730.430.85
HSL335.56º57.45%9.22%-
HSV(B)335.56º72.97%14.51%-
XYZ1.010.660.78-
YUV19.33128.95140.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 54.41%
GREEN value IS 10 (4.30% from 255) = 14.71%
BLUE value IS 21 (8.59% from 255) = 30.88%
R=54.41%
G=14.71%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.43
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37102100.730.430.85335.5657.459.22
Hex25A150492B55150399
Octal4512250111531255207111
Binary1001011010101010100100110101110101011010100001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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