#250312

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

Shades of Rustic Red #250312

Tints of Rustic Red #250312

Color information

#250312 (or 0x250312) is unknown color: approx Rustic Red. HEX triplet: 25, 03 and 12. RGB value is (37,3,18). Sum of RGB (Red+Green+Blue) = 37+3+18=58 (7% of max value = 765). Red value is 37 (14.84% from 255 or 63.79% from 58); Green value is 3 (1.56% from 255 or 5.17% from 58); Blue value is 18 (7.42% from 255 or 31.03% from 58); Max value from RGB is 37 - color contains mainly: red. Hex color #250312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250312 is #DAFCED. Grayscale: #0E0E0E. Windows color (decimal): -14351598 or 1180453. OLE color: 1180453.

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

Color convert

RGB37318-
CMYK00.920.510.85
HSL333.53º85%7.84%-
HSV(B)333.53º91.89%14.51%-
XYZ0.90.50.62-
YUV14.88129.76143.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 63.79%
GREEN value IS 3 (1.56% from 255) = 5.17%
BLUE value IS 18 (7.42% from 255) = 31.03%
R=63.79%
G=5.17%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3731800.920.510.85333.53857.84
Hex2531205C335514e558
Octal4532201346312551612510
Binary100101111001001011100110011101010110100111010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250312; }

 p { color: rgb(37,3,18); }

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

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

 a { background-color: rgb(37,3,18); }

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

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

 span { border-color: rgb(37,3,18); }

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