Shades of Cardinal #B62432
Tints of Cardinal #B62432
RGB
CMYK
RGB Variations
Color information
#B62432 (or 0xB62432) is known color: Cardinal. HEX triplet: B6, 24 and 32. RGB value is (182,36,50). Sum of RGB (Red+Green+Blue) = 182+36+50=268 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.91% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 182 - color contains mainly: red. Hex color #B62432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62432 is #49DBCD. Grayscale: #515151. Windows color (decimal): -4840398 or 3286198. OLE color: 3286198.
HSL color Cylindrical-coordinate representation of color #B62432: hue angle of 354.25º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B62432 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 36 | 50 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.29 |
| HSL | 354.25º | 0.67% | 0.43% | - |
| HSV(B) | 354.25º | 0.8% | 0.71% | - |
| XYZ | 20.5 | 11.44 | 4.14 | - |
| YUV | 81.25 | 110.37 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 36 | 50 | 0 | 0.80 | 0.73 | 0.29 | 354.25 | 0.67 | 0.43 |
| Hex | B6 | 24 | 32 | 0 | 50 | 49 | 1D | 162 | 43 | 2B |
| Octal | 266 | 44 | 62 | 0 | 120 | 111 | 35 | 542 | 103 | 53 |
| Binary | 10110110 | 100100 | 110010 | 0 | 1010000 | 1001001 | 11101 | 101100010 | 1000011 | 101011 |
Color Harmonies of #B62432
Complementary color
Monochromatic Colors of #B62432
Black with #B62432
Text Example
Text Example
White with #B62432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62432; }
p { color: rgb(182,36,50); }
H1.HeaderClassName
{
color: #B62432;
}
.AnyTagClassName
{
color: #B62432;
}
</style>
background-color css
<style>
a { background-color: #B62432; }
a { background-color: rgb(182,36,50); }
div.DivClassName
{
background-color: #B62432;
}
.BgClassName
{
background-color: #B62432;
}
</style>
border-color css
<style>
span { border-color: #B62432; }
span { border-color: rgb(182,36,50); }
td.TdClassName
{
border-color: #B62432;
}
.TagClassName
{
border-color: #B62432;
}
</style>