Shades of Cardinal #BD252F
Tints of Cardinal #BD252F
RGB
CMYK
RGB Variations
Color information
#BD252F (or 0xBD252F) is known color: Cardinal. HEX triplet: BD, 25 and 2F. RGB value is (189,37,47). Sum of RGB (Red+Green+Blue) = 189+37+47=273 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.23% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 189 - color contains mainly: red. Hex color #BD252F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD252F is #42DAD0. Grayscale: #535353. Windows color (decimal): -4381393 or 3089853. OLE color: 3089853.
HSL color Cylindrical-coordinate representation of color #BD252F: hue angle of 356.05º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD252F is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 47 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.26 |
| HSL | 356.05º | 0.67% | 0.44% | - |
| HSV(B) | 356.05º | 0.8% | 0.74% | - |
| XYZ | 22.16 | 12.35 | 3.9 | - |
| YUV | 83.59 | 107.36 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 47 | 0 | 0.80 | 0.75 | 0.26 | 356.05 | 0.67 | 0.44 |
| Hex | BD | 25 | 2F | 0 | 50 | 4B | 1A | 164 | 43 | 2C |
| Octal | 275 | 45 | 57 | 0 | 120 | 113 | 32 | 544 | 103 | 54 |
| Binary | 10111101 | 100101 | 101111 | 0 | 1010000 | 1001011 | 11010 | 101100100 | 1000011 | 101100 |
Color Harmonies of #BD252F
Complementary color
Monochromatic Colors of #BD252F
Black with #BD252F
Text Example
Text Example
White with #BD252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD252F; }
p { color: rgb(189,37,47); }
H1.HeaderClassName
{
color: #BD252F;
}
.AnyTagClassName
{
color: #BD252F;
}
</style>
background-color css
<style>
a { background-color: #BD252F; }
a { background-color: rgb(189,37,47); }
div.DivClassName
{
background-color: #BD252F;
}
.BgClassName
{
background-color: #BD252F;
}
</style>
border-color css
<style>
span { border-color: #BD252F; }
span { border-color: rgb(189,37,47); }
td.TdClassName
{
border-color: #BD252F;
}
.TagClassName
{
border-color: #BD252F;
}
</style>