Shades of Cardinal #BD083D
Tints of Cardinal #BD083D
RGB
CMYK
RGB Variations
Color information
#BD083D (or 0xBD083D) is known color: Cardinal. HEX triplet: BD, 08 and 3D. RGB value is (189,8,61). Sum of RGB (Red+Green+Blue) = 189+8+61=258 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.26% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 189 - color contains mainly: red. Hex color #BD083D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD083D is #42F7C2. Grayscale: #444444. Windows color (decimal): -4388803 or 3999933. OLE color: 3999933.
HSL color Cylindrical-coordinate representation of color #BD083D: hue angle of 342.43º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD083D is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 61 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.26 |
| HSL | 342.43º | 0.92% | 0.39% | - |
| HSV(B) | 342.43º | 0.96% | 0.74% | - |
| XYZ | 21.92 | 11.33 | 5.45 | - |
| YUV | 68.16 | 123.97 | 214.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 61 | 0 | 0.96 | 0.68 | 0.26 | 342.43 | 0.92 | 0.39 |
| Hex | BD | 8 | 3D | 0 | 60 | 44 | 1A | 156 | 5C | 27 |
| Octal | 275 | 10 | 75 | 0 | 140 | 104 | 32 | 526 | 134 | 47 |
| Binary | 10111101 | 1000 | 111101 | 0 | 1100000 | 1000100 | 11010 | 101010110 | 1011100 | 100111 |
Color Harmonies of #BD083D
Complementary color
Monochromatic Colors of #BD083D
Black with #BD083D
Text Example
Text Example
White with #BD083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD083D; }
p { color: rgb(189,8,61); }
H1.HeaderClassName
{
color: #BD083D;
}
.AnyTagClassName
{
color: #BD083D;
}
</style>
background-color css
<style>
a { background-color: #BD083D; }
a { background-color: rgb(189,8,61); }
div.DivClassName
{
background-color: #BD083D;
}
.BgClassName
{
background-color: #BD083D;
}
</style>
border-color css
<style>
span { border-color: #BD083D; }
span { border-color: rgb(189,8,61); }
td.TdClassName
{
border-color: #BD083D;
}
.TagClassName
{
border-color: #BD083D;
}
</style>