Shades of Cardinal #B4263B
Tints of Cardinal #B4263B
RGB
CMYK
RGB Variations
Color information
#B4263B (or 0xB4263B) is known color: Cardinal. HEX triplet: B4, 26 and 3B. RGB value is (180,38,59). Sum of RGB (Red+Green+Blue) = 180+38+59=277 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.98% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 180 - color contains mainly: red. Hex color #B4263B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4263B is #4BD9C4. Grayscale: #525252. Windows color (decimal): -4970949 or 3876532. OLE color: 3876532.
HSL color Cylindrical-coordinate representation of color #B4263B: hue angle of 351.13º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B4263B is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 38 | 59 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.29 |
| HSL | 351.13º | 0.65% | 0.43% | - |
| HSV(B) | 351.13º | 0.79% | 0.71% | - |
| XYZ | 20.3 | 11.41 | 5.27 | - |
| YUV | 82.85 | 114.54 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 38 | 59 | 0 | 0.79 | 0.67 | 0.29 | 351.13 | 0.65 | 0.43 |
| Hex | B4 | 26 | 3B | 0 | 4F | 43 | 1D | 15F | 41 | 2B |
| Octal | 264 | 46 | 73 | 0 | 117 | 103 | 35 | 537 | 101 | 53 |
| Binary | 10110100 | 100110 | 111011 | 0 | 1001111 | 1000011 | 11101 | 101011111 | 1000001 | 101011 |
Color Harmonies of #B4263B
Complementary color
Monochromatic Colors of #B4263B
Black with #B4263B
Text Example
Text Example
White with #B4263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4263B; }
p { color: rgb(180,38,59); }
H1.HeaderClassName
{
color: #B4263B;
}
.AnyTagClassName
{
color: #B4263B;
}
</style>
background-color css
<style>
a { background-color: #B4263B; }
a { background-color: rgb(180,38,59); }
div.DivClassName
{
background-color: #B4263B;
}
.BgClassName
{
background-color: #B4263B;
}
</style>
border-color css
<style>
span { border-color: #B4263B; }
span { border-color: rgb(180,38,59); }
td.TdClassName
{
border-color: #B4263B;
}
.TagClassName
{
border-color: #B4263B;
}
</style>