#250F12

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

Shades of Rustic Red #250F12

Tints of Rustic Red #250F12

Color information

#250F12 (or 0x250F12) is unknown color: approx Rustic Red. HEX triplet: 25, 0F and 12. RGB value is (37,15,18). Sum of RGB (Red+Green+Blue) = 37+15+18=70 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.86% from 70); Green value is 15 (6.25% from 255 or 21.43% from 70); Blue value is 18 (7.42% from 255 or 25.71% from 70); Max value from RGB is 37 - color contains mainly: red. Hex color #250F12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250F12 is #DAF0ED. Grayscale: #151515. Windows color (decimal): -14348526 or 1183525. OLE color: 1183525.

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

Color convert

RGB371518-
CMYK00.590.510.85
HSL351.82º42.31%10.2%-
HSV(B)351.82º59.46%14.51%-
XYZ1.040.780.67-
YUV21.92125.79138.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 52.86%
GREEN value IS 15 (6.25% from 255) = 21.43%
BLUE value IS 18 (7.42% from 255) = 25.71%
R=52.86%
G=21.43%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37151800.590.510.85351.8242.3110.2
Hex25F1203B33551602aa
Octal451722073631255405212
Binary100101111110010011101111001110101011011000001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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