Shades of Cardinal #B2023F
Tints of Cardinal #B2023F
RGB
CMYK
RGB Variations
Color information
#B2023F (or 0xB2023F) is known color: Cardinal. HEX triplet: B2, 02 and 3F. RGB value is (178,2,63). Sum of RGB (Red+Green+Blue) = 178+2+63=243 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.25% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 178 - color contains mainly: red. Hex color #B2023F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2023F is #4DFDC0. Grayscale: #3D3D3D. Windows color (decimal): -5111233 or 4129458. OLE color: 4129458.
HSL color Cylindrical-coordinate representation of color #B2023F: hue angle of 339.2º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2023F is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 2 | 63 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.30 |
| HSL | 339.2º | 0.98% | 0.35% | - |
| HSV(B) | 339.2º | 0.99% | 0.7% | - |
| XYZ | 19.28 | 9.87 | 5.59 | - |
| YUV | 61.58 | 128.81 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 2 | 63 | 0 | 0.99 | 0.65 | 0.30 | 339.2 | 0.98 | 0.35 |
| Hex | B2 | 2 | 3F | 0 | 63 | 41 | 1E | 153 | 62 | 23 |
| Octal | 262 | 2 | 77 | 0 | 143 | 101 | 36 | 523 | 142 | 43 |
| Binary | 10110010 | 10 | 111111 | 0 | 1100011 | 1000001 | 11110 | 101010011 | 1100010 | 100011 |
Color Harmonies of #B2023F
Complementary color
Monochromatic Colors of #B2023F
Black with #B2023F
Text Example
Text Example
White with #B2023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2023F; }
p { color: rgb(178,2,63); }
H1.HeaderClassName
{
color: #B2023F;
}
.AnyTagClassName
{
color: #B2023F;
}
</style>
background-color css
<style>
a { background-color: #B2023F; }
a { background-color: rgb(178,2,63); }
div.DivClassName
{
background-color: #B2023F;
}
.BgClassName
{
background-color: #B2023F;
}
</style>
border-color css
<style>
span { border-color: #B2023F; }
span { border-color: rgb(178,2,63); }
td.TdClassName
{
border-color: #B2023F;
}
.TagClassName
{
border-color: #B2023F;
}
</style>