Shades of Cardinal #BD262F
Tints of Cardinal #BD262F
RGB
CMYK
RGB Variations
Color information
#BD262F (or 0xBD262F) is known color: Cardinal. HEX triplet: BD, 26 and 2F. RGB value is (189,38,47). Sum of RGB (Red+Green+Blue) = 189+38+47=274 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.98% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 189 - color contains mainly: red. Hex color #BD262F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD262F is #42D9D0. Grayscale: #545454. Windows color (decimal): -4381137 or 3090109. OLE color: 3090109.
HSL color Cylindrical-coordinate representation of color #BD262F: hue angle of 356.42º 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 #BD262F is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 47 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.26 |
| HSL | 356.42º | 0.67% | 0.45% | - |
| HSV(B) | 356.42º | 0.8% | 0.74% | - |
| XYZ | 22.19 | 12.41 | 3.92 | - |
| YUV | 84.18 | 107.03 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 47 | 0 | 0.80 | 0.75 | 0.26 | 356.42 | 0.67 | 0.45 |
| Hex | BD | 26 | 2F | 0 | 50 | 4B | 1A | 164 | 43 | 2D |
| Octal | 275 | 46 | 57 | 0 | 120 | 113 | 32 | 544 | 103 | 55 |
| Binary | 10111101 | 100110 | 101111 | 0 | 1010000 | 1001011 | 11010 | 101100100 | 1000011 | 101101 |
Color Harmonies of #BD262F
Complementary color
Monochromatic Colors of #BD262F
Black with #BD262F
Text Example
Text Example
White with #BD262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD262F; }
p { color: rgb(189,38,47); }
H1.HeaderClassName
{
color: #BD262F;
}
.AnyTagClassName
{
color: #BD262F;
}
</style>
background-color css
<style>
a { background-color: #BD262F; }
a { background-color: rgb(189,38,47); }
div.DivClassName
{
background-color: #BD262F;
}
.BgClassName
{
background-color: #BD262F;
}
</style>
border-color css
<style>
span { border-color: #BD262F; }
span { border-color: rgb(189,38,47); }
td.TdClassName
{
border-color: #BD262F;
}
.TagClassName
{
border-color: #BD262F;
}
</style>