Shades of Cardinal #B61E2F
Tints of Cardinal #B61E2F
RGB
CMYK
RGB Variations
Color information
#B61E2F (or 0xB61E2F) is known color: Cardinal. HEX triplet: B6, 1E and 2F. RGB value is (182,30,47). Sum of RGB (Red+Green+Blue) = 182+30+47=259 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.27% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 182 - color contains mainly: red. Hex color #B61E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61E2F is #49E1D0. Grayscale: #4D4D4D. Windows color (decimal): -4841937 or 3088054. OLE color: 3088054.
HSL color Cylindrical-coordinate representation of color #B61E2F: hue angle of 353.29º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B61E2F is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 30 | 47 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.29 |
| HSL | 353.29º | 0.72% | 0.42% | - |
| HSV(B) | 353.29º | 0.84% | 0.71% | - |
| XYZ | 20.27 | 11.08 | 3.76 | - |
| YUV | 77.39 | 110.86 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 30 | 47 | 0 | 0.84 | 0.74 | 0.29 | 353.29 | 0.72 | 0.42 |
| Hex | B6 | 1E | 2F | 0 | 54 | 4A | 1D | 161 | 48 | 2A |
| Octal | 266 | 36 | 57 | 0 | 124 | 112 | 35 | 541 | 110 | 52 |
| Binary | 10110110 | 11110 | 101111 | 0 | 1010100 | 1001010 | 11101 | 101100001 | 1001000 | 101010 |
Color Harmonies of #B61E2F
Complementary color
Monochromatic Colors of #B61E2F
Black with #B61E2F
Text Example
Text Example
White with #B61E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61E2F; }
p { color: rgb(182,30,47); }
H1.HeaderClassName
{
color: #B61E2F;
}
.AnyTagClassName
{
color: #B61E2F;
}
</style>
background-color css
<style>
a { background-color: #B61E2F; }
a { background-color: rgb(182,30,47); }
div.DivClassName
{
background-color: #B61E2F;
}
.BgClassName
{
background-color: #B61E2F;
}
</style>
border-color css
<style>
span { border-color: #B61E2F; }
span { border-color: rgb(182,30,47); }
td.TdClassName
{
border-color: #B61E2F;
}
.TagClassName
{
border-color: #B61E2F;
}
</style>