#250103

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

Shades of Rustic Red #250103

Tints of Rustic Red #250103

Color information

#250103 (or 0x250103) is unknown color: approx Rustic Red. HEX triplet: 25, 01 and 03. RGB value is (37,1,3). Sum of RGB (Red+Green+Blue) = 37+1+3=41 (5% of max value = 765). Red value is 37 (14.84% from 255 or 90.24% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 3 (1.56% from 255 or 7.32% from 41); Max value from RGB is 37 - color contains mainly: red. Hex color #250103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250103 is #DAFEFC. Grayscale: #0C0C0C. Windows color (decimal): -14352125 or 196901. OLE color: 196901.

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

Color convert

RGB3713-
CMYK00.970.920.85
HSL356.67º94.74%7.45%-
HSV(B)356.67º97.3%14.51%-
XYZ0.790.420.13-
YUV11.99122.93145.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 90.24%
GREEN value IS 1 (0.78% from 255) = 2.44%
BLUE value IS 3 (1.56% from 255) = 7.32%
R=90.24%
G=2.44%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.92
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal371300.970.920.85356.6794.747.45
Hex25130615C551655f7
Octal451301411341255451377
Binary10010111101100001101110010101011011001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250103; }

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

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

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

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

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

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

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

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