#250001

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

Shades of Rustic Red #250001

Tints of Rustic Red #250001

Color information

#250001 (or 0x250001) is unknown color: approx Rustic Red. HEX triplet: 25, 00 and 01. RGB value is (37,0,1). Sum of RGB (Red+Green+Blue) = 37+0+1=38 (5% of max value = 765). Red value is 37 (14.84% from 255 or 97.37% from 38); Green value is 0 (0.39% from 255 or 0% from 38); Blue value is 1 (0.78% from 255 or 2.63% from 38); Max value from RGB is 37 - color contains mainly: red. Hex color #250001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250001 is #DAFFFE. Grayscale: #0B0B0B. Windows color (decimal): -14352383 or 65573. OLE color: 65573.

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

Color convert

RGB3701-
CMYK010.970.85
HSL358.38º100%7.25%-
HSV(B)358.38º100%14.51%-
XYZ0.770.40.06-
YUV11.18122.26146.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 97.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 2.63%
R=97.37%
G=0%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3701010.970.85358.381007.25
Hex25010646155166647
Octal450101441411255461447
Binary1001010101100100110000110101011011001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250001; }

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

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

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

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

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

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

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

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