#250011

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

Shades of Rustic Red #250011

Tints of Rustic Red #250011

Color information

#250011 (or 0x250011) is unknown color: approx Rustic Red. HEX triplet: 25, 00 and 11. RGB value is (37,0,17). Sum of RGB (Red+Green+Blue) = 37+0+17=54 (7% of max value = 765). Red value is 37 (14.84% from 255 or 68.52% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 37 - color contains mainly: red. Hex color #250011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250011 is #DAFFEE. Grayscale: #0C0C0C. Windows color (decimal): -14352367 or 1114149. OLE color: 1114149.

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

Color convert

RGB37017-
CMYK010.540.85
HSL332.43º100%7.25%-
HSV(B)332.43º100%14.51%-
XYZ0.860.430.57-
YUV13130.26145.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 68.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 31.48%
R=68.52%
G=0%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37017010.540.85332.431007.25
Hex25011064365514c647
Octal450210144661255141447
Binary1001010100010110010011011010101011010011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250011; }

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

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

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

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

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

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

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

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