Shades of Cardinal #BE262F
Tints of Cardinal #BE262F
RGB
CMYK
RGB Variations
Color information
#BE262F (or 0xBE262F) is known color: Cardinal. HEX triplet: BE, 26 and 2F. RGB value is (190,38,47). Sum of RGB (Red+Green+Blue) = 190+38+47=275 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.09% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 190 - color contains mainly: red. Hex color #BE262F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE262F is #41D9D0. Grayscale: #545454. Windows color (decimal): -4315601 or 3090110. OLE color: 3090110.
HSL color Cylindrical-coordinate representation of color #BE262F: hue angle of 356.45º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE262F is Cyan = 0, Magento = 0.8, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 38 | 47 | - |
| CMYK | 0 | 0.8 | 0.75 | 0.25 |
| HSL | 356.45º | 0.67% | 0.45% | - |
| HSV(B) | 356.45º | 0.8% | 0.75% | - |
| XYZ | 22.44 | 12.54 | 3.93 | - |
| YUV | 84.47 | 106.86 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 38 | 47 | 0 | 0.8 | 0.75 | 0.25 | 356.45 | 0.67 | 0.45 |
| Hex | BE | 26 | 2F | 0 | 50 | 4B | 19 | 164 | 43 | 2D |
| Octal | 276 | 46 | 57 | 0 | 120 | 113 | 31 | 544 | 103 | 55 |
| Binary | 10111110 | 100110 | 101111 | 0 | 1010000 | 1001011 | 11001 | 101100100 | 1000011 | 101101 |
Color Harmonies of #BE262F
Complementary color
Monochromatic Colors of #BE262F
Black with #BE262F
Text Example
Text Example
White with #BE262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE262F; }
p { color: rgb(190,38,47); }
H1.HeaderClassName
{
color: #BE262F;
}
.AnyTagClassName
{
color: #BE262F;
}
</style>
background-color css
<style>
a { background-color: #BE262F; }
a { background-color: rgb(190,38,47); }
div.DivClassName
{
background-color: #BE262F;
}
.BgClassName
{
background-color: #BE262F;
}
</style>
border-color css
<style>
span { border-color: #BE262F; }
span { border-color: rgb(190,38,47); }
td.TdClassName
{
border-color: #BE262F;
}
.TagClassName
{
border-color: #BE262F;
}
</style>