#250D0E

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

Shades of Rustic Red #250D0E

Tints of Rustic Red #250D0E

Color information

#250D0E (or 0x250D0E) is unknown color: approx Rustic Red. HEX triplet: 25, 0D and 0E. RGB value is (37,13,14). Sum of RGB (Red+Green+Blue) = 37+13+14=64 (8% of max value = 765). Red value is 37 (14.84% from 255 or 57.81% from 64); Green value is 13 (5.47% from 255 or 20.31% from 64); Blue value is 14 (5.86% from 255 or 21.88% from 64); Max value from RGB is 37 - color contains mainly: red. Hex color #250D0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250D0E is #DAF2F1. Grayscale: #141414. Windows color (decimal): -14349042 or 920869. OLE color: 920869.

HSL color Cylindrical-coordinate representation of color #250D0E: hue angle of 357.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 #250D0E is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB371314-
CMYK00.650.620.85
HSL357.5º48%9.8%-
HSV(B)357.5º64.86%14.51%-
XYZ0.990.710.5-
YUV20.29124.45139.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 57.81%
GREEN value IS 13 (5.47% from 255) = 20.31%
BLUE value IS 14 (5.86% from 255) = 21.88%
R=57.81%
G=20.31%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37131400.650.620.85357.5489.8
Hex25DE0413E5516630a
Octal4515160101761255466012
Binary100101110111100100000111111010101011011001101100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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