#250411

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

Shades of Rustic Red #250411

Tints of Rustic Red #250411

Color information

#250411 (or 0x250411) is unknown color: approx Rustic Red. HEX triplet: 25, 04 and 11. RGB value is (37,4,17). Sum of RGB (Red+Green+Blue) = 37+4+17=58 (7% of max value = 765). Red value is 37 (14.84% from 255 or 63.79% from 58); Green value is 4 (1.95% from 255 or 6.90% from 58); Blue value is 17 (7.03% from 255 or 29.31% from 58); Max value from RGB is 37 - color contains mainly: red. Hex color #250411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250411 is #DAFBEE. Grayscale: #0F0F0F. Windows color (decimal): -14351343 or 1115173. OLE color: 1115173.

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

Color convert

RGB37417-
CMYK00.890.540.85
HSL336.36º80.49%8.04%-
HSV(B)336.36º89.19%14.51%-
XYZ0.910.520.58-
YUV15.35128.93143.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 63.79%
GREEN value IS 4 (1.95% from 255) = 6.90%
BLUE value IS 17 (7.03% from 255) = 29.31%
R=63.79%
G=6.90%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3741700.890.540.85336.3680.498.04
Hex254110593655150508
Octal4542101316612552012010
Binary1001011001000101011001110110101010110101000010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250411; }

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

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

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

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

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

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

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

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