Shades of Cardinal #B02241
Tints of Cardinal #B02241
RGB
CMYK
RGB Variations
Color information
#B02241 (or 0xB02241) is known color: Cardinal. HEX triplet: B0, 22 and 41. RGB value is (176,34,65). Sum of RGB (Red+Green+Blue) = 176+34+65=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B02241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02241 is #4FDDBE. Grayscale: #505050. Windows color (decimal): -5234111 or 4268720. OLE color: 4268720.
HSL color Cylindrical-coordinate representation of color #B02241: hue angle of 346.9º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B02241 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 34 | 65 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.31 |
| HSL | 346.9º | 0.68% | 0.41% | - |
| HSV(B) | 346.9º | 0.81% | 0.69% | - |
| XYZ | 19.43 | 10.76 | 6.05 | - |
| YUV | 79.99 | 119.54 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 34 | 65 | 0 | 0.81 | 0.63 | 0.31 | 346.9 | 0.68 | 0.41 |
| Hex | B0 | 22 | 41 | 0 | 51 | 3F | 1F | 15B | 44 | 29 |
| Octal | 260 | 42 | 101 | 0 | 121 | 77 | 37 | 533 | 104 | 51 |
| Binary | 10110000 | 100010 | 1000001 | 0 | 1010001 | 111111 | 11111 | 101011011 | 1000100 | 101001 |
Color Harmonies of #B02241
Complementary color
Monochromatic Colors of #B02241
Black with #B02241
Text Example
Text Example
White with #B02241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02241; }
p { color: rgb(176,34,65); }
H1.HeaderClassName
{
color: #B02241;
}
.AnyTagClassName
{
color: #B02241;
}
</style>
background-color css
<style>
a { background-color: #B02241; }
a { background-color: rgb(176,34,65); }
div.DivClassName
{
background-color: #B02241;
}
.BgClassName
{
background-color: #B02241;
}
</style>
border-color css
<style>
span { border-color: #B02241; }
span { border-color: rgb(176,34,65); }
td.TdClassName
{
border-color: #B02241;
}
.TagClassName
{
border-color: #B02241;
}
</style>