Shades of Cardinal #BD2633
Tints of Cardinal #BD2633
RGB
CMYK
RGB Variations
Color information
#BD2633 (or 0xBD2633) is known color: Cardinal. HEX triplet: BD, 26 and 33. RGB value is (189,38,51). Sum of RGB (Red+Green+Blue) = 189+38+51=278 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.99% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2633 is #42D9CC. Grayscale: #545454. Windows color (decimal): -4381133 or 3352253. OLE color: 3352253.
HSL color Cylindrical-coordinate representation of color #BD2633: hue angle of 354.83º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2633 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 51 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.26 |
| HSL | 354.83º | 0.67% | 0.45% | - |
| HSV(B) | 354.83º | 0.8% | 0.74% | - |
| XYZ | 22.28 | 12.44 | 4.36 | - |
| YUV | 84.63 | 109.03 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 51 | 0 | 0.80 | 0.73 | 0.26 | 354.83 | 0.67 | 0.45 |
| Hex | BD | 26 | 33 | 0 | 50 | 49 | 1A | 163 | 43 | 2D |
| Octal | 275 | 46 | 63 | 0 | 120 | 111 | 32 | 543 | 103 | 55 |
| Binary | 10111101 | 100110 | 110011 | 0 | 1010000 | 1001001 | 11010 | 101100011 | 1000011 | 101101 |
Color Harmonies of #BD2633
Complementary color
Monochromatic Colors of #BD2633
Black with #BD2633
Text Example
Text Example
White with #BD2633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2633; }
p { color: rgb(189,38,51); }
H1.HeaderClassName
{
color: #BD2633;
}
.AnyTagClassName
{
color: #BD2633;
}
</style>
background-color css
<style>
a { background-color: #BD2633; }
a { background-color: rgb(189,38,51); }
div.DivClassName
{
background-color: #BD2633;
}
.BgClassName
{
background-color: #BD2633;
}
</style>
border-color css
<style>
span { border-color: #BD2633; }
span { border-color: rgb(189,38,51); }
td.TdClassName
{
border-color: #BD2633;
}
.TagClassName
{
border-color: #BD2633;
}
</style>