#250F14

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

Shades of Rustic Red #250F14

Tints of Rustic Red #250F14

Color information

#250F14 (or 0x250F14) is unknown color: approx Rustic Red. HEX triplet: 25, 0F and 14. RGB value is (37,15,20). Sum of RGB (Red+Green+Blue) = 37+15+20=72 (9% of max value = 765). Red value is 37 (14.84% from 255 or 51.39% from 72); Green value is 15 (6.25% from 255 or 20.83% from 72); Blue value is 20 (8.20% from 255 or 27.78% from 72); Max value from RGB is 37 - color contains mainly: red. Hex color #250F14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250F14 is #DAF0EB. Grayscale: #161616. Windows color (decimal): -14348524 or 1314597. OLE color: 1314597.

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

Color convert

RGB371520-
CMYK00.590.460.85
HSL346.36º42.31%10.2%-
HSV(B)346.36º59.46%14.51%-
XYZ1.060.790.76-
YUV22.15126.79138.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 51.39%
GREEN value IS 15 (6.25% from 255) = 20.83%
BLUE value IS 20 (8.20% from 255) = 27.78%
R=51.39%
G=20.83%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37152000.590.460.85346.3642.3110.2
Hex25F1403B2E5515a2aa
Octal451724073561255325212
Binary100101111110100011101110111010101011010110101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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