Shades of Cardinal #B5273D
Tints of Cardinal #B5273D
RGB
CMYK
RGB Variations
Color information
#B5273D (or 0xB5273D) is known color: Cardinal. HEX triplet: B5, 27 and 3D. RGB value is (181,39,61). Sum of RGB (Red+Green+Blue) = 181+39+61=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B5273D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5273D is #4AD8C2. Grayscale: #545454. Windows color (decimal): -4905155 or 4007861. OLE color: 4007861.
HSL color Cylindrical-coordinate representation of color #B5273D: hue angle of 350.7º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5273D is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 39 | 61 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.29 |
| HSL | 350.7º | 0.65% | 0.43% | - |
| HSV(B) | 350.7º | 0.78% | 0.71% | - |
| XYZ | 20.62 | 11.61 | 5.57 | - |
| YUV | 83.97 | 115.04 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 61 | 0 | 0.78 | 0.66 | 0.29 | 350.7 | 0.65 | 0.43 |
| Hex | B5 | 27 | 3D | 0 | 4E | 42 | 1D | 15F | 41 | 2B |
| Octal | 265 | 47 | 75 | 0 | 116 | 102 | 35 | 537 | 101 | 53 |
| Binary | 10110101 | 100111 | 111101 | 0 | 1001110 | 1000010 | 11101 | 101011111 | 1000001 | 101011 |
Color Harmonies of #B5273D
Complementary color
Monochromatic Colors of #B5273D
Black with #B5273D
Text Example
Text Example
White with #B5273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5273D; }
p { color: rgb(181,39,61); }
H1.HeaderClassName
{
color: #B5273D;
}
.AnyTagClassName
{
color: #B5273D;
}
</style>
background-color css
<style>
a { background-color: #B5273D; }
a { background-color: rgb(181,39,61); }
div.DivClassName
{
background-color: #B5273D;
}
.BgClassName
{
background-color: #B5273D;
}
</style>
border-color css
<style>
span { border-color: #B5273D; }
span { border-color: rgb(181,39,61); }
td.TdClassName
{
border-color: #B5273D;
}
.TagClassName
{
border-color: #B5273D;
}
</style>