Shades of Cardinal #BD1A33
Tints of Cardinal #BD1A33
RGB
CMYK
RGB Variations
Color information
#BD1A33 (or 0xBD1A33) is known color: Cardinal. HEX triplet: BD, 1A and 33. RGB value is (189,26,51). Sum of RGB (Red+Green+Blue) = 189+26+51=266 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.05% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1A33 is #42E5CC. Grayscale: #4D4D4D. Windows color (decimal): -4384205 or 3349181. OLE color: 3349181.
HSL color Cylindrical-coordinate representation of color #BD1A33: hue angle of 350.8º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1A33 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 26 | 51 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.26 |
| HSL | 350.8º | 0.76% | 0.42% | - |
| HSV(B) | 350.8º | 0.86% | 0.74% | - |
| XYZ | 21.95 | 11.8 | 4.25 | - |
| YUV | 77.59 | 113 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 26 | 51 | 0 | 0.86 | 0.73 | 0.26 | 350.8 | 0.76 | 0.42 |
| Hex | BD | 1A | 33 | 0 | 56 | 49 | 1A | 15F | 4C | 2A |
| Octal | 275 | 32 | 63 | 0 | 126 | 111 | 32 | 537 | 114 | 52 |
| Binary | 10111101 | 11010 | 110011 | 0 | 1010110 | 1001001 | 11010 | 101011111 | 1001100 | 101010 |
Color Harmonies of #BD1A33
Complementary color
Monochromatic Colors of #BD1A33
Black with #BD1A33
Text Example
Text Example
White with #BD1A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1A33; }
p { color: rgb(189,26,51); }
H1.HeaderClassName
{
color: #BD1A33;
}
.AnyTagClassName
{
color: #BD1A33;
}
</style>
background-color css
<style>
a { background-color: #BD1A33; }
a { background-color: rgb(189,26,51); }
div.DivClassName
{
background-color: #BD1A33;
}
.BgClassName
{
background-color: #BD1A33;
}
</style>
border-color css
<style>
span { border-color: #BD1A33; }
span { border-color: rgb(189,26,51); }
td.TdClassName
{
border-color: #BD1A33;
}
.TagClassName
{
border-color: #BD1A33;
}
</style>