#250914

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

Shades of Rustic Red #250914

Tints of Rustic Red #250914

Color information

#250914 (or 0x250914) is unknown color: approx Rustic Red. HEX triplet: 25, 09 and 14. RGB value is (37,9,20). Sum of RGB (Red+Green+Blue) = 37+9+20=66 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.06% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 20 (8.20% from 255 or 30.30% from 66); Max value from RGB is 37 - color contains mainly: red. Hex color #250914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250914 is #DAF6EB. Grayscale: #121212. Windows color (decimal): -14350060 or 1313061. OLE color: 1313061.

HSL color Cylindrical-coordinate representation of color #250914: hue angle of 336.43º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #250914 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB37920-
CMYK00.760.460.85
HSL336.43º60.87%9.02%-
HSV(B)336.43º75.68%14.51%-
XYZ0.990.640.73-
YUV18.63128.78141.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 56.06%
GREEN value IS 9 (3.91% from 255) = 13.64%
BLUE value IS 20 (8.20% from 255) = 30.30%
R=56.06%
G=13.64%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3792000.760.460.85336.4360.879.02
Hex2591404C2E551503d9
Octal4511240114561255207511
Binary1001011001101000100110010111010101011010100001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250914; }

 p { color: rgb(37,9,20); }

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

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

 a { background-color: rgb(37,9,20); }

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

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

 span { border-color: rgb(37,9,20); }

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