#250D0F

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

Shades of Rustic Red #250D0F

Tints of Rustic Red #250D0F

Color information

#250D0F (or 0x250D0F) is unknown color: approx Rustic Red. HEX triplet: 25, 0D and 0F. RGB value is (37,13,15). Sum of RGB (Red+Green+Blue) = 37+13+15=65 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.92% from 65); Green value is 13 (5.47% from 255 or 20% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 37 - color contains mainly: red. Hex color #250D0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250D0F is #DAF2F0. Grayscale: #141414. Windows color (decimal): -14349041 or 986405. OLE color: 986405.

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

Color convert

RGB371315-
CMYK00.650.590.85
HSL355º48%9.8%-
HSV(B)355º64.86%14.51%-
XYZ0.990.720.54-
YUV20.4124.95139.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 56.92%
GREEN value IS 13 (5.47% from 255) = 20%
BLUE value IS 15 (6.25% from 255) = 23.08%
R=56.92%
G=20%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37131500.650.590.85355489.8
Hex25DF0413B5516330a
Octal4515170101731255436012
Binary100101110111110100000111101110101011011000111100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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