#250F17

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

Shades of Rustic Red #250F17

Tints of Rustic Red #250F17

Color information

#250F17 (or 0x250F17) is unknown color: approx Rustic Red. HEX triplet: 25, 0F and 17. RGB value is (37,15,23). Sum of RGB (Red+Green+Blue) = 37+15+23=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 15 (6.25% from 255 or 20% from 75); Blue value is 23 (9.38% from 255 or 30.67% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #250F17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250F17 is #DAF0E8. Grayscale: #161616. Windows color (decimal): -14348521 or 1511205. OLE color: 1511205.

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

Color convert

RGB371523-
CMYK00.590.380.85
HSL338.18º42.31%10.2%-
HSV(B)338.18º59.46%14.51%-
XYZ1.090.80.91-
YUV22.49128.29138.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 49.33%
GREEN value IS 15 (6.25% from 255) = 20%
BLUE value IS 23 (9.38% from 255) = 30.67%
R=49.33%
G=20%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37152300.590.380.85338.1842.3110.2
Hex25F1703B26551522aa
Octal451727073461255225212
Binary100101111110111011101110011010101011010100101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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