Shades of Cardinal #BD222A
Tints of Cardinal #BD222A
RGB
CMYK
RGB Variations
Color information
#BD222A (or 0xBD222A) is known color: Cardinal. HEX triplet: BD, 22 and 2A. RGB value is (189,34,42). Sum of RGB (Red+Green+Blue) = 189+34+42=265 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.32% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 189 - color contains mainly: red. Hex color #BD222A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD222A is #42DDD5. Grayscale: #515151. Windows color (decimal): -4382166 or 2761405. OLE color: 2761405.
HSL color Cylindrical-coordinate representation of color #BD222A: hue angle of 356.9º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD222A is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 42 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.26 |
| HSL | 356.9º | 0.7% | 0.44% | - |
| HSV(B) | 356.9º | 0.82% | 0.74% | - |
| XYZ | 21.98 | 12.13 | 3.37 | - |
| YUV | 81.26 | 105.85 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 42 | 0 | 0.82 | 0.78 | 0.26 | 356.9 | 0.7 | 0.44 |
| Hex | BD | 22 | 2A | 0 | 52 | 4E | 1A | 165 | 46 | 2C |
| Octal | 275 | 42 | 52 | 0 | 122 | 116 | 32 | 545 | 106 | 54 |
| Binary | 10111101 | 100010 | 101010 | 0 | 1010010 | 1001110 | 11010 | 101100101 | 1000110 | 101100 |
Color Harmonies of #BD222A
Complementary color
Monochromatic Colors of #BD222A
Black with #BD222A
Text Example
Text Example
White with #BD222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD222A; }
p { color: rgb(189,34,42); }
H1.HeaderClassName
{
color: #BD222A;
}
.AnyTagClassName
{
color: #BD222A;
}
</style>
background-color css
<style>
a { background-color: #BD222A; }
a { background-color: rgb(189,34,42); }
div.DivClassName
{
background-color: #BD222A;
}
.BgClassName
{
background-color: #BD222A;
}
</style>
border-color css
<style>
span { border-color: #BD222A; }
span { border-color: rgb(189,34,42); }
td.TdClassName
{
border-color: #BD222A;
}
.TagClassName
{
border-color: #BD222A;
}
</style>