#250110

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

Shades of Rustic Red #250110

Tints of Rustic Red #250110

Color information

#250110 (or 0x250110) is unknown color: approx Rustic Red. HEX triplet: 25, 01 and 10. RGB value is (37,1,16). Sum of RGB (Red+Green+Blue) = 37+1+16=54 (7% of max value = 765). Red value is 37 (14.84% from 255 or 68.52% from 54); Green value is 1 (0.78% from 255 or 1.85% from 54); Blue value is 16 (6.64% from 255 or 29.63% from 54); Max value from RGB is 37 - color contains mainly: red. Hex color #250110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250110 is #DAFEEF. Grayscale: #0D0D0D. Windows color (decimal): -14352112 or 1048869. OLE color: 1048869.

HSL color Cylindrical-coordinate representation of color #250110: hue angle of 335º 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 #250110 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.85.

Color convert

RGB37116-
CMYK00.970.570.85
HSL335º94.74%7.45%-
HSV(B)335º97.3%14.51%-
XYZ0.870.450.53-
YUV13.47129.43144.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 68.52%
GREEN value IS 1 (0.78% from 255) = 1.85%
BLUE value IS 16 (6.64% from 255) = 29.63%
R=68.52%
G=1.85%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.57
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3711600.970.570.8533594.747.45
Hex25110061395514f5f7
Octal451200141711255171377
Binary1001011100000110000111100110101011010011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250110; }

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

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

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

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

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

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

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

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