#250107

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

Shades of Rustic Red #250107

Tints of Rustic Red #250107

Color information

#250107 (or 0x250107) is unknown color: approx Rustic Red. HEX triplet: 25, 01 and 07. RGB value is (37,1,7). Sum of RGB (Red+Green+Blue) = 37+1+7=45 (5% of max value = 765). Red value is 37 (14.84% from 255 or 82.22% from 45); Green value is 1 (0.78% from 255 or 2.22% from 45); Blue value is 7 (3.12% from 255 or 15.56% from 45); Max value from RGB is 37 - color contains mainly: red. Hex color #250107 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250107 is #DAFEF8. Grayscale: #0C0C0C. Windows color (decimal): -14352121 or 459045. OLE color: 459045.

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

Color convert

RGB3717-
CMYK00.970.810.85
HSL350º94.74%7.45%-
HSV(B)350º97.3%14.51%-
XYZ0.810.430.24-
YUV12.45124.93145.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 82.22%
GREEN value IS 1 (0.78% from 255) = 2.22%
BLUE value IS 7 (3.12% from 255) = 15.56%
R=82.22%
G=2.22%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.81
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal371700.970.810.8535094.747.45
Hex2517061515515e5f7
Octal451701411211255361377
Binary100101111101100001101000110101011010111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250107; }

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

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

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

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

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

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

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

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