Shades of Cardinal #B4263D
Tints of Cardinal #B4263D
RGB
CMYK
RGB Variations
Color information
#B4263D (or 0xB4263D) is known color: Cardinal. HEX triplet: B4, 26 and 3D. RGB value is (180,38,61). Sum of RGB (Red+Green+Blue) = 180+38+61=279 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.52% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 180 - color contains mainly: red. Hex color #B4263D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4263D is #4BD9C2. Grayscale: #535353. Windows color (decimal): -4970947 or 4007604. OLE color: 4007604.
HSL color Cylindrical-coordinate representation of color #B4263D: hue angle of 350.28º 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 #B4263D is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 38 | 61 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.29 |
| HSL | 350.28º | 0.65% | 0.43% | - |
| HSV(B) | 350.28º | 0.79% | 0.71% | - |
| XYZ | 20.36 | 11.43 | 5.55 | - |
| YUV | 83.08 | 115.54 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 38 | 61 | 0 | 0.79 | 0.66 | 0.29 | 350.28 | 0.65 | 0.43 |
| Hex | B4 | 26 | 3D | 0 | 4F | 42 | 1D | 15E | 41 | 2B |
| Octal | 264 | 46 | 75 | 0 | 117 | 102 | 35 | 536 | 101 | 53 |
| Binary | 10110100 | 100110 | 111101 | 0 | 1001111 | 1000010 | 11101 | 101011110 | 1000001 | 101011 |
Color Harmonies of #B4263D
Complementary color
Monochromatic Colors of #B4263D
Black with #B4263D
Text Example
Text Example
White with #B4263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4263D; }
p { color: rgb(180,38,61); }
H1.HeaderClassName
{
color: #B4263D;
}
.AnyTagClassName
{
color: #B4263D;
}
</style>
background-color css
<style>
a { background-color: #B4263D; }
a { background-color: rgb(180,38,61); }
div.DivClassName
{
background-color: #B4263D;
}
.BgClassName
{
background-color: #B4263D;
}
</style>
border-color css
<style>
span { border-color: #B4263D; }
span { border-color: rgb(180,38,61); }
td.TdClassName
{
border-color: #B4263D;
}
.TagClassName
{
border-color: #B4263D;
}
</style>