#250A13

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

Shades of Rustic Red #250A13

Tints of Rustic Red #250A13

Color information

#250A13 (or 0x250A13) is unknown color: approx Rustic Red. HEX triplet: 25, 0A and 13. RGB value is (37,10,19). Sum of RGB (Red+Green+Blue) = 37+10+19=66 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.06% from 66); Green value is 10 (4.30% from 255 or 15.15% from 66); Blue value is 19 (7.81% from 255 or 28.79% from 66); Max value from RGB is 37 - color contains mainly: red. Hex color #250A13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250A13 is #DAF5EC. Grayscale: #131313. Windows color (decimal): -14349805 or 1247781. OLE color: 1247781.

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

Color convert

RGB371019-
CMYK00.730.490.85
HSL340º57.45%9.22%-
HSV(B)340º72.97%14.51%-
XYZ0.990.660.69-
YUV19.1127.95140.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 56.06%
GREEN value IS 10 (4.30% from 255) = 15.15%
BLUE value IS 19 (7.81% from 255) = 28.79%
R=56.06%
G=15.15%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37101900.730.490.8534057.459.22
Hex25A130493155154399
Octal4512230111611255247111
Binary1001011010100110100100111000110101011010101001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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