Shades of Cardinal #B72629
Tints of Cardinal #B72629
RGB
CMYK
RGB Variations
Color information
#B72629 (or 0xB72629) is known color: Cardinal. HEX triplet: B7, 26 and 29. RGB value is (183,38,41). Sum of RGB (Red+Green+Blue) = 183+38+41=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B72629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72629 is #48D9D6. Grayscale: #515151. Windows color (decimal): -4774359 or 2696887. OLE color: 2696887.
HSL color Cylindrical-coordinate representation of color #B72629: hue angle of 358.76º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B72629 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 38 | 41 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.28 |
| HSL | 358.76º | 0.66% | 0.43% | - |
| HSV(B) | 358.76º | 0.79% | 0.72% | - |
| XYZ | 20.62 | 11.61 | 3.25 | - |
| YUV | 81.7 | 105.04 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 41 | 0 | 0.79 | 0.78 | 0.28 | 358.76 | 0.66 | 0.43 |
| Hex | B7 | 26 | 29 | 0 | 4F | 4E | 1C | 167 | 42 | 2B |
| Octal | 267 | 46 | 51 | 0 | 117 | 116 | 34 | 547 | 102 | 53 |
| Binary | 10110111 | 100110 | 101001 | 0 | 1001111 | 1001110 | 11100 | 101100111 | 1000010 | 101011 |
Color Harmonies of #B72629
Complementary color
Monochromatic Colors of #B72629
Black with #B72629
Text Example
Text Example
White with #B72629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72629; }
p { color: rgb(183,38,41); }
H1.HeaderClassName
{
color: #B72629;
}
.AnyTagClassName
{
color: #B72629;
}
</style>
background-color css
<style>
a { background-color: #B72629; }
a { background-color: rgb(183,38,41); }
div.DivClassName
{
background-color: #B72629;
}
.BgClassName
{
background-color: #B72629;
}
</style>
border-color css
<style>
span { border-color: #B72629; }
span { border-color: rgb(183,38,41); }
td.TdClassName
{
border-color: #B72629;
}
.TagClassName
{
border-color: #B72629;
}
</style>