Shades of Rustic Red #250102
Tints of Rustic Red #250102
RGB
CMYK
RGB Variations
Color information
#250102 (or 0x250102) is known color: 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
| RGB | 37 | 1 | 2 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.85 |
| HSL | 358.33º | 0.95% | 0.07% | - |
| HSV(B) | 358.33º | 0.97% | 0.15% | - |
| XYZ | 0.78 | 0.42 | 0.1 | - |
| YUV | 11.88 | 122.43 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 2 | 0 | 0.97 | 0.95 | 0.85 | 358.33 | 0.95 | 0.07 |
| Hex | 25 | 1 | 2 | 0 | 61 | 5F | 55 | 166 | 5F | 7 |
| Octal | 45 | 1 | 2 | 0 | 141 | 137 | 125 | 546 | 137 | 7 |
| Binary | 100101 | 1 | 10 | 0 | 1100001 | 1011111 | 1010101 | 101100110 | 1011111 | 111 |
Color Harmonies of #250102
Complementary color
Monochromatic Colors of #250102
Black with #250102
Text Example
Text Example
White with #250102
Text Example
Text Example
HTML Codes & Css Web 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>