Shades of Cardinal #BD273D
Tints of Cardinal #BD273D
RGB
CMYK
RGB Variations
Color information
#BD273D (or 0xBD273D) is known color: Cardinal. HEX triplet: BD, 27 and 3D. RGB value is (189,39,61). Sum of RGB (Red+Green+Blue) = 189+39+61=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD273D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD273D is #42D8C2. Grayscale: #565656. Windows color (decimal): -4380867 or 4007869. OLE color: 4007869.
HSL color Cylindrical-coordinate representation of color #BD273D: hue angle of 351.2º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD273D is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 39 | 61 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.26 |
| HSL | 351.2º | 0.66% | 0.45% | - |
| HSV(B) | 351.2º | 0.79% | 0.74% | - |
| XYZ | 22.55 | 12.61 | 5.66 | - |
| YUV | 86.36 | 113.7 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 61 | 0 | 0.79 | 0.68 | 0.26 | 351.2 | 0.66 | 0.45 |
| Hex | BD | 27 | 3D | 0 | 4F | 44 | 1A | 15F | 42 | 2D |
| Octal | 275 | 47 | 75 | 0 | 117 | 104 | 32 | 537 | 102 | 55 |
| Binary | 10111101 | 100111 | 111101 | 0 | 1001111 | 1000100 | 11010 | 101011111 | 1000010 | 101101 |
Color Harmonies of #BD273D
Complementary color
Monochromatic Colors of #BD273D
Black with #BD273D
Text Example
Text Example
White with #BD273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD273D; }
p { color: rgb(189,39,61); }
H1.HeaderClassName
{
color: #BD273D;
}
.AnyTagClassName
{
color: #BD273D;
}
</style>
background-color css
<style>
a { background-color: #BD273D; }
a { background-color: rgb(189,39,61); }
div.DivClassName
{
background-color: #BD273D;
}
.BgClassName
{
background-color: #BD273D;
}
</style>
border-color css
<style>
span { border-color: #BD273D; }
span { border-color: rgb(189,39,61); }
td.TdClassName
{
border-color: #BD273D;
}
.TagClassName
{
border-color: #BD273D;
}
</style>