Shades of Cardinal #BD222F
Tints of Cardinal #BD222F
RGB
CMYK
RGB Variations
Color information
#BD222F (or 0xBD222F) is known color: Cardinal. HEX triplet: BD, 22 and 2F. RGB value is (189,34,47). Sum of RGB (Red+Green+Blue) = 189+34+47=270 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 189 - color contains mainly: red. Hex color #BD222F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD222F is #42DDD0. Grayscale: #515151. Windows color (decimal): -4382161 or 3089085. OLE color: 3089085.
HSL color Cylindrical-coordinate representation of color #BD222F: hue angle of 354.97º 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 #BD222F is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 47 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.26 |
| HSL | 354.97º | 0.7% | 0.44% | - |
| HSV(B) | 354.97º | 0.82% | 0.74% | - |
| XYZ | 22.07 | 12.17 | 3.87 | - |
| YUV | 81.83 | 108.35 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 47 | 0 | 0.82 | 0.75 | 0.26 | 354.97 | 0.7 | 0.44 |
| Hex | BD | 22 | 2F | 0 | 52 | 4B | 1A | 163 | 46 | 2C |
| Octal | 275 | 42 | 57 | 0 | 122 | 113 | 32 | 543 | 106 | 54 |
| Binary | 10111101 | 100010 | 101111 | 0 | 1010010 | 1001011 | 11010 | 101100011 | 1000110 | 101100 |
Color Harmonies of #BD222F
Complementary color
Monochromatic Colors of #BD222F
Black with #BD222F
Text Example
Text Example
White with #BD222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD222F; }
p { color: rgb(189,34,47); }
H1.HeaderClassName
{
color: #BD222F;
}
.AnyTagClassName
{
color: #BD222F;
}
</style>
background-color css
<style>
a { background-color: #BD222F; }
a { background-color: rgb(189,34,47); }
div.DivClassName
{
background-color: #BD222F;
}
.BgClassName
{
background-color: #BD222F;
}
</style>
border-color css
<style>
span { border-color: #BD222F; }
span { border-color: rgb(189,34,47); }
td.TdClassName
{
border-color: #BD222F;
}
.TagClassName
{
border-color: #BD222F;
}
</style>