Shades of Sangria #B00001
Tints of Sangria #B00001
RGB
CMYK
RGB Variations
Color information
#B00001 (or 0xB00001) is known color: Sangria. HEX triplet: B0, 00 and 01. RGB value is (176,0,1). Sum of RGB (Red+Green+Blue) = 176+0+1=177 (23% of max value = 765). Red value is 176 (69.14% from 255 or 99.44% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 176 - color contains mainly: red. Hex color #B00001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00001 is #4FFFFE. Grayscale: #343434. Windows color (decimal): -5242879 or 65712. OLE color: 65712.
HSL color Cylindrical-coordinate representation of color #B00001: hue angle of 359.66º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B00001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.99 | 0.31 |
| HSL | 359.66º | 1% | 0.35% | - |
| HSV(B) | 359.66º | 1% | 0.69% | - |
| XYZ | 17.91 | 9.23 | 0.87 | - |
| YUV | 52.74 | 98.81 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 1 | 0 | 1 | 0.99 | 0.31 | 359.66 | 1 | 0.35 |
| Hex | B0 | 0 | 1 | 0 | 64 | 63 | 1F | 168 | 64 | 23 |
| Octal | 260 | 0 | 1 | 0 | 144 | 143 | 37 | 550 | 144 | 43 |
| Binary | 10110000 | 0 | 1 | 0 | 1100100 | 1100011 | 11111 | 101101000 | 1100100 | 100011 |
Color Harmonies of #B00001
Complementary color
Monochromatic Colors of #B00001
Black with #B00001
Text Example
Text Example
White with #B00001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00001; }
p { color: rgb(176,0,1); }
H1.HeaderClassName
{
color: #B00001;
}
.AnyTagClassName
{
color: #B00001;
}
</style>
background-color css
<style>
a { background-color: #B00001; }
a { background-color: rgb(176,0,1); }
div.DivClassName
{
background-color: #B00001;
}
.BgClassName
{
background-color: #B00001;
}
</style>
border-color css
<style>
span { border-color: #B00001; }
span { border-color: rgb(176,0,1); }
td.TdClassName
{
border-color: #B00001;
}
.TagClassName
{
border-color: #B00001;
}
</style>