#250102

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

Shades of Rustic Red #250102

Tints of Rustic Red #250102

Color information

#250102 (or 0x250102) is unknown color: approx Rustic Red. HEX triplet: 25, 01 and 02. RGB value is (37,1,2). Sum of RGB (Red+Green+Blue) = 37+1+2=40 (5% of max value = 765). Red value is 37 (14.84% from 255 or 92.5% from 40); Green value is 1 (0.78% from 255 or 2.5% from 40); Blue value is 2 (1.17% from 255 or 5% from 40); Max value from RGB is 37 - color contains mainly: red. Hex color #250102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250102 is #DAFEFD. Grayscale: #0B0B0B. Windows color (decimal): -14352126 or 131365. OLE color: 131365.

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

Color convert

RGB3712-
CMYK00.970.950.85
HSL358.33º94.74%7.45%-
HSV(B)358.33º97.3%14.51%-
XYZ0.780.420.1-
YUV11.88122.43145.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 92.5%
GREEN value IS 1 (0.78% from 255) = 2.5%
BLUE value IS 2 (1.17% from 255) = 5%
R=92.5%
G=2.5%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.95
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal371200.970.950.85358.3394.747.45
Hex25120615F551665f7
Octal451201411371255461377
Binary10010111001100001101111110101011011001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250102; }

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

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

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

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

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

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

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

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