#250A14

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

Shades of Rustic Red #250A14

Tints of Rustic Red #250A14

Color information

#250A14 (or 0x250A14) is unknown color: approx Rustic Red. HEX triplet: 25, 0A and 14. RGB value is (37,10,20). Sum of RGB (Red+Green+Blue) = 37+10+20=67 (8% of max value = 765). Red value is 37 (14.84% from 255 or 55.22% from 67); Green value is 10 (4.30% from 255 or 14.93% from 67); Blue value is 20 (8.20% from 255 or 29.85% from 67); Max value from RGB is 37 - color contains mainly: red. Hex color #250A14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250A14 is #DAF5EB. Grayscale: #131313. Windows color (decimal): -14349804 or 1313317. OLE color: 1313317.

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

Color convert

RGB371020-
CMYK00.730.460.85
HSL337.78º57.45%9.22%-
HSV(B)337.78º72.97%14.51%-
XYZ10.660.74-
YUV19.21128.45140.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 55.22%
GREEN value IS 10 (4.30% from 255) = 14.93%
BLUE value IS 20 (8.20% from 255) = 29.85%
R=55.22%
G=14.93%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37102000.730.460.85337.7857.459.22
Hex25A140492E55152399
Octal4512240111561255227111
Binary1001011010101000100100110111010101011010100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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