Shades of Cardinal #BD1F32
Tints of Cardinal #BD1F32
RGB
CMYK
RGB Variations
Color information
#BD1F32 (or 0xBD1F32) is known color: Cardinal. HEX triplet: BD, 1F and 32. RGB value is (189,31,50). Sum of RGB (Red+Green+Blue) = 189+31+50=270 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1F32 is #42E0CD. Grayscale: #505050. Windows color (decimal): -4382926 or 3284925. OLE color: 3284925.
HSL color Cylindrical-coordinate representation of color #BD1F32: hue angle of 352.78º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD1F32 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 31 | 50 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.26 |
| HSL | 352.78º | 0.72% | 0.43% | - |
| HSV(B) | 352.78º | 0.84% | 0.74% | - |
| XYZ | 22.05 | 12.03 | 4.18 | - |
| YUV | 80.41 | 110.85 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 31 | 50 | 0 | 0.84 | 0.74 | 0.26 | 352.78 | 0.72 | 0.43 |
| Hex | BD | 1F | 32 | 0 | 54 | 4A | 1A | 161 | 48 | 2B |
| Octal | 275 | 37 | 62 | 0 | 124 | 112 | 32 | 541 | 110 | 53 |
| Binary | 10111101 | 11111 | 110010 | 0 | 1010100 | 1001010 | 11010 | 101100001 | 1001000 | 101011 |
Color Harmonies of #BD1F32
Complementary color
Monochromatic Colors of #BD1F32
Black with #BD1F32
Text Example
Text Example
White with #BD1F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1F32; }
p { color: rgb(189,31,50); }
H1.HeaderClassName
{
color: #BD1F32;
}
.AnyTagClassName
{
color: #BD1F32;
}
</style>
background-color css
<style>
a { background-color: #BD1F32; }
a { background-color: rgb(189,31,50); }
div.DivClassName
{
background-color: #BD1F32;
}
.BgClassName
{
background-color: #BD1F32;
}
</style>
border-color css
<style>
span { border-color: #BD1F32; }
span { border-color: rgb(189,31,50); }
td.TdClassName
{
border-color: #BD1F32;
}
.TagClassName
{
border-color: #BD1F32;
}
</style>