#250E11

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

Shades of Rustic Red #250E11

Tints of Rustic Red #250E11

Color information

#250E11 (or 0x250E11) is unknown color: approx Rustic Red. HEX triplet: 25, 0E and 11. RGB value is (37,14,17). Sum of RGB (Red+Green+Blue) = 37+14+17=68 (9% of max value = 765). Red value is 37 (14.84% from 255 or 54.41% from 68); Green value is 14 (5.86% from 255 or 20.59% from 68); Blue value is 17 (7.03% from 255 or 25% from 68); Max value from RGB is 37 - color contains mainly: red. Hex color #250E11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250E11 is #DAF1EE. Grayscale: #151515. Windows color (decimal): -14348783 or 1117733. OLE color: 1117733.

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

Color convert

RGB371417-
CMYK00.620.540.85
HSL352.17º45.1%10%-
HSV(B)352.17º62.16%14.51%-
XYZ1.020.750.62-
YUV21.22125.62139.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 54.41%
GREEN value IS 14 (5.86% from 255) = 20.59%
BLUE value IS 17 (7.03% from 255) = 25%
R=54.41%
G=20.59%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37141700.620.540.85352.1745.110
Hex25E1103E36551602da
Octal451621076661255405512
Binary100101111010001011111011011010101011011000001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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