Shades of Cardinal #B3253E
Tints of Cardinal #B3253E
RGB
CMYK
RGB Variations
Color information
#B3253E (or 0xB3253E) is known color: Cardinal. HEX triplet: B3, 25 and 3E. RGB value is (179,37,62). Sum of RGB (Red+Green+Blue) = 179+37+62=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 62 (24.61% from 255 or 22.30% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B3253E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3253E is #4CDAC1. Grayscale: #525252. Windows color (decimal): -5036738 or 4072883. OLE color: 4072883.
HSL color Cylindrical-coordinate representation of color #B3253E: hue angle of 349.44º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B3253E is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 37 | 62 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.30 |
| HSL | 349.44º | 0.66% | 0.42% | - |
| HSV(B) | 349.44º | 0.79% | 0.7% | - |
| XYZ | 20.12 | 11.25 | 5.67 | - |
| YUV | 82.31 | 116.54 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 37 | 62 | 0 | 0.79 | 0.65 | 0.30 | 349.44 | 0.66 | 0.42 |
| Hex | B3 | 25 | 3E | 0 | 4F | 41 | 1E | 15D | 42 | 2A |
| Octal | 263 | 45 | 76 | 0 | 117 | 101 | 36 | 535 | 102 | 52 |
| Binary | 10110011 | 100101 | 111110 | 0 | 1001111 | 1000001 | 11110 | 101011101 | 1000010 | 101010 |
Color Harmonies of #B3253E
Complementary color
Monochromatic Colors of #B3253E
Black with #B3253E
Text Example
Text Example
White with #B3253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3253E; }
p { color: rgb(179,37,62); }
H1.HeaderClassName
{
color: #B3253E;
}
.AnyTagClassName
{
color: #B3253E;
}
</style>
background-color css
<style>
a { background-color: #B3253E; }
a { background-color: rgb(179,37,62); }
div.DivClassName
{
background-color: #B3253E;
}
.BgClassName
{
background-color: #B3253E;
}
</style>
border-color css
<style>
span { border-color: #B3253E; }
span { border-color: rgb(179,37,62); }
td.TdClassName
{
border-color: #B3253E;
}
.TagClassName
{
border-color: #B3253E;
}
</style>