Shades of Cardinal #B00338
Tints of Cardinal #B00338
RGB
CMYK
RGB Variations
Color information
#B00338 (or 0xB00338) is known color: Cardinal. HEX triplet: B0, 03 and 38. RGB value is (176,3,56). Sum of RGB (Red+Green+Blue) = 176+3+56=235 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.89% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 176 - color contains mainly: red. Hex color #B00338 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00338 is #4FFCC7. Grayscale: #3C3C3C. Windows color (decimal): -5242056 or 3670960. OLE color: 3670960.
HSL color Cylindrical-coordinate representation of color #B00338: hue angle of 341.62º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B00338 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 3 | 56 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.31 |
| HSL | 341.62º | 0.97% | 0.35% | - |
| HSV(B) | 341.62º | 0.98% | 0.69% | - |
| XYZ | 18.65 | 9.58 | 4.61 | - |
| YUV | 60.77 | 125.31 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 3 | 56 | 0 | 0.98 | 0.68 | 0.31 | 341.62 | 0.97 | 0.35 |
| Hex | B0 | 3 | 38 | 0 | 62 | 44 | 1F | 156 | 61 | 23 |
| Octal | 260 | 3 | 70 | 0 | 142 | 104 | 37 | 526 | 141 | 43 |
| Binary | 10110000 | 11 | 111000 | 0 | 1100010 | 1000100 | 11111 | 101010110 | 1100001 | 100011 |
Color Harmonies of #B00338
Complementary color
Monochromatic Colors of #B00338
Black with #B00338
Text Example
Text Example
White with #B00338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00338; }
p { color: rgb(176,3,56); }
H1.HeaderClassName
{
color: #B00338;
}
.AnyTagClassName
{
color: #B00338;
}
</style>
background-color css
<style>
a { background-color: #B00338; }
a { background-color: rgb(176,3,56); }
div.DivClassName
{
background-color: #B00338;
}
.BgClassName
{
background-color: #B00338;
}
</style>
border-color css
<style>
span { border-color: #B00338; }
span { border-color: rgb(176,3,56); }
td.TdClassName
{
border-color: #B00338;
}
.TagClassName
{
border-color: #B00338;
}
</style>