#250E0F

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

Shades of Rustic Red #250E0F

Tints of Rustic Red #250E0F

Color information

#250E0F (or 0x250E0F) is unknown color: approx Rustic Red. HEX triplet: 25, 0E and 0F. RGB value is (37,14,15). Sum of RGB (Red+Green+Blue) = 37+14+15=66 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.06% from 66); Green value is 14 (5.86% from 255 or 21.21% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 37 - color contains mainly: red. Hex color #250E0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250E0F is #DAF1F0. Grayscale: #151515. Windows color (decimal): -14348785 or 986661. OLE color: 986661.

HSL color Cylindrical-coordinate representation of color #250E0F: hue angle of 357.39º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #250E0F is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB371415-
CMYK00.620.590.85
HSL357.39º45.1%10%-
HSV(B)357.39º62.16%14.51%-
XYZ1.010.740.54-
YUV20.99124.62139.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 56.06%
GREEN value IS 14 (5.86% from 255) = 21.21%
BLUE value IS 15 (6.25% from 255) = 22.73%
R=56.06%
G=21.21%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37141500.620.590.85357.3945.110
Hex25EF03E3B551652da
Octal451617076731255455512
Binary10010111101111011111011101110101011011001011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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