Shades of Cardinal #B61F3E
Tints of Cardinal #B61F3E
RGB
CMYK
RGB Variations
Color information
#B61F3E (or 0xB61F3E) is known color: Cardinal. HEX triplet: B6, 1F and 3E. RGB value is (182,31,62). Sum of RGB (Red+Green+Blue) = 182+31+62=275 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.18% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 182 - color contains mainly: red. Hex color #B61F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61F3E is #49E0C1. Grayscale: #4F4F4F. Windows color (decimal): -4841666 or 4071350. OLE color: 4071350.
HSL color Cylindrical-coordinate representation of color #B61F3E: hue angle of 347.68º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B61F3E is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 31 | 62 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.29 |
| HSL | 347.68º | 0.71% | 0.42% | - |
| HSV(B) | 347.68º | 0.83% | 0.71% | - |
| XYZ | 20.65 | 11.27 | 5.64 | - |
| YUV | 79.68 | 118.03 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 31 | 62 | 0 | 0.83 | 0.66 | 0.29 | 347.68 | 0.71 | 0.42 |
| Hex | B6 | 1F | 3E | 0 | 53 | 42 | 1D | 15C | 47 | 2A |
| Octal | 266 | 37 | 76 | 0 | 123 | 102 | 35 | 534 | 107 | 52 |
| Binary | 10110110 | 11111 | 111110 | 0 | 1010011 | 1000010 | 11101 | 101011100 | 1000111 | 101010 |
Color Harmonies of #B61F3E
Complementary color
Monochromatic Colors of #B61F3E
Black with #B61F3E
Text Example
Text Example
White with #B61F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61F3E; }
p { color: rgb(182,31,62); }
H1.HeaderClassName
{
color: #B61F3E;
}
.AnyTagClassName
{
color: #B61F3E;
}
</style>
background-color css
<style>
a { background-color: #B61F3E; }
a { background-color: rgb(182,31,62); }
div.DivClassName
{
background-color: #B61F3E;
}
.BgClassName
{
background-color: #B61F3E;
}
</style>
border-color css
<style>
span { border-color: #B61F3E; }
span { border-color: rgb(182,31,62); }
td.TdClassName
{
border-color: #B61F3E;
}
.TagClassName
{
border-color: #B61F3E;
}
</style>