#250104

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

Shades of Rustic Red #250104

Tints of Rustic Red #250104

Color information

#250104 (or 0x250104) is unknown color: approx Rustic Red. HEX triplet: 25, 01 and 04. RGB value is (37,1,4). Sum of RGB (Red+Green+Blue) = 37+1+4=42 (5% of max value = 765). Red value is 37 (14.84% from 255 or 88.10% from 42); Green value is 1 (0.78% from 255 or 2.38% from 42); Blue value is 4 (1.95% from 255 or 9.52% from 42); Max value from RGB is 37 - color contains mainly: red. Hex color #250104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250104 is #DAFEFB. Grayscale: #0C0C0C. Windows color (decimal): -14352124 or 262437. OLE color: 262437.

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

Color convert

RGB3714-
CMYK00.970.890.85
HSL355º94.74%7.45%-
HSV(B)355º97.3%14.51%-
XYZ0.80.420.15-
YUV12.11123.43145.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 88.10%
GREEN value IS 1 (0.78% from 255) = 2.38%
BLUE value IS 4 (1.95% from 255) = 9.52%
R=88.10%
G=2.38%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.89
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal371400.970.890.8535594.747.45
Hex251406159551635f7
Octal451401411311255431377
Binary100101110001100001101100110101011011000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250104; }

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

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

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

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

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

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

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

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