Shades of Cardinal #B61E3C
Tints of Cardinal #B61E3C
RGB
CMYK
RGB Variations
Color information
#B61E3C (or 0xB61E3C) is known color: Cardinal. HEX triplet: B6, 1E and 3C. RGB value is (182,30,60). Sum of RGB (Red+Green+Blue) = 182+30+60=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B61E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61E3C is #49E1C3. Grayscale: #4E4E4E. Windows color (decimal): -4841924 or 3940022. OLE color: 3940022.
HSL color Cylindrical-coordinate representation of color #B61E3C: hue angle of 348.16º 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 #B61E3C is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 30 | 60 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.29 |
| HSL | 348.16º | 0.72% | 0.42% | - |
| HSV(B) | 348.16º | 0.84% | 0.71% | - |
| XYZ | 20.57 | 11.2 | 5.35 | - |
| YUV | 78.87 | 117.36 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 30 | 60 | 0 | 0.84 | 0.67 | 0.29 | 348.16 | 0.72 | 0.42 |
| Hex | B6 | 1E | 3C | 0 | 54 | 43 | 1D | 15C | 48 | 2A |
| Octal | 266 | 36 | 74 | 0 | 124 | 103 | 35 | 534 | 110 | 52 |
| Binary | 10110110 | 11110 | 111100 | 0 | 1010100 | 1000011 | 11101 | 101011100 | 1001000 | 101010 |
Color Harmonies of #B61E3C
Complementary color
Monochromatic Colors of #B61E3C
Black with #B61E3C
Text Example
Text Example
White with #B61E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61E3C; }
p { color: rgb(182,30,60); }
H1.HeaderClassName
{
color: #B61E3C;
}
.AnyTagClassName
{
color: #B61E3C;
}
</style>
background-color css
<style>
a { background-color: #B61E3C; }
a { background-color: rgb(182,30,60); }
div.DivClassName
{
background-color: #B61E3C;
}
.BgClassName
{
background-color: #B61E3C;
}
</style>
border-color css
<style>
span { border-color: #B61E3C; }
span { border-color: rgb(182,30,60); }
td.TdClassName
{
border-color: #B61E3C;
}
.TagClassName
{
border-color: #B61E3C;
}
</style>