Shades of Cardinal #B71A2D
Tints of Cardinal #B71A2D
RGB
CMYK
RGB Variations
Color information
#B71A2D (or 0xB71A2D) is known color: Cardinal. HEX triplet: B7, 1A and 2D. RGB value is (183,26,45). Sum of RGB (Red+Green+Blue) = 183+26+45=254 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.05% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 183 - color contains mainly: red. Hex color #B71A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71A2D is #48E5D2. Grayscale: #4B4B4B. Windows color (decimal): -4777427 or 2955959. OLE color: 2955959.
HSL color Cylindrical-coordinate representation of color #B71A2D: hue angle of 352.74º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71A2D is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 26 | 45 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.28 |
| HSL | 352.74º | 0.75% | 0.41% | - |
| HSV(B) | 352.74º | 0.86% | 0.72% | - |
| XYZ | 20.37 | 11 | 3.53 | - |
| YUV | 75.11 | 111.01 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 26 | 45 | 0 | 0.86 | 0.75 | 0.28 | 352.74 | 0.75 | 0.41 |
| Hex | B7 | 1A | 2D | 0 | 56 | 4B | 1C | 161 | 4B | 29 |
| Octal | 267 | 32 | 55 | 0 | 126 | 113 | 34 | 541 | 113 | 51 |
| Binary | 10110111 | 11010 | 101101 | 0 | 1010110 | 1001011 | 11100 | 101100001 | 1001011 | 101001 |
Color Harmonies of #B71A2D
Complementary color
Monochromatic Colors of #B71A2D
Black with #B71A2D
Text Example
Text Example
White with #B71A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71A2D; }
p { color: rgb(183,26,45); }
H1.HeaderClassName
{
color: #B71A2D;
}
.AnyTagClassName
{
color: #B71A2D;
}
</style>
background-color css
<style>
a { background-color: #B71A2D; }
a { background-color: rgb(183,26,45); }
div.DivClassName
{
background-color: #B71A2D;
}
.BgClassName
{
background-color: #B71A2D;
}
</style>
border-color css
<style>
span { border-color: #B71A2D; }
span { border-color: rgb(183,26,45); }
td.TdClassName
{
border-color: #B71A2D;
}
.TagClassName
{
border-color: #B71A2D;
}
</style>