#250111

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

Shades of Rustic Red #250111

Tints of Rustic Red #250111

Color information

#250111 (or 0x250111) is unknown color: approx Rustic Red. HEX triplet: 25, 01 and 11. RGB value is (37,1,17). Sum of RGB (Red+Green+Blue) = 37+1+17=55 (7% of max value = 765). Red value is 37 (14.84% from 255 or 67.27% from 55); Green value is 1 (0.78% from 255 or 1.82% from 55); Blue value is 17 (7.03% from 255 or 30.91% from 55); Max value from RGB is 37 - color contains mainly: red. Hex color #250111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250111 is #DAFEEE. Grayscale: #0D0D0D. Windows color (decimal): -14352111 or 1114405. OLE color: 1114405.

HSL color Cylindrical-coordinate representation of color #250111: hue angle of 333.33º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #250111 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB37117-
CMYK00.970.540.85
HSL333.33º94.74%7.45%-
HSV(B)333.33º97.3%14.51%-
XYZ0.870.460.57-
YUV13.59129.93144.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 67.27%
GREEN value IS 1 (0.78% from 255) = 1.82%
BLUE value IS 17 (7.03% from 255) = 30.91%
R=67.27%
G=1.82%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3711700.970.540.85333.3394.747.45
Hex25111061365514d5f7
Octal451210141661255151377
Binary1001011100010110000111011010101011010011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250111; }

 p { color: rgb(37,1,17); }

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

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

 a { background-color: rgb(37,1,17); }

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

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

 span { border-color: rgb(37,1,17); }

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