Shades of Brick Red #B9353C
Tints of Brick Red #B9353C
RGB
CMYK
RGB Variations
Color information
#B9353C (or 0xB9353C) is known color: Brick Red. HEX triplet: B9, 35 and 3C. RGB value is (185,53,60). Sum of RGB (Red+Green+Blue) = 185+53+60=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B9353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9353C is #46CAC3. Grayscale: #5D5D5D. Windows color (decimal): -4639428 or 3945913. OLE color: 3945913.
HSL color Cylindrical-coordinate representation of color #B9353C: hue angle of 356.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9353C is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 60 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.27 |
| HSL | 356.82º | 0.55% | 0.47% | - |
| HSV(B) | 356.82º | 0.71% | 0.73% | - |
| XYZ | 22.1 | 13.19 | 5.66 | - |
| YUV | 93.27 | 109.23 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 60 | 0 | 0.71 | 0.68 | 0.27 | 356.82 | 0.55 | 0.47 |
| Hex | B9 | 35 | 3C | 0 | 47 | 44 | 1B | 165 | 37 | 2F |
| Octal | 271 | 65 | 74 | 0 | 107 | 104 | 33 | 545 | 67 | 57 |
| Binary | 10111001 | 110101 | 111100 | 0 | 1000111 | 1000100 | 11011 | 101100101 | 110111 | 101111 |
Color Harmonies of #B9353C
Complementary color
Monochromatic Colors of #B9353C
Black with #B9353C
Text Example
Text Example
White with #B9353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9353C; }
p { color: rgb(185,53,60); }
H1.HeaderClassName
{
color: #B9353C;
}
.AnyTagClassName
{
color: #B9353C;
}
</style>
background-color css
<style>
a { background-color: #B9353C; }
a { background-color: rgb(185,53,60); }
div.DivClassName
{
background-color: #B9353C;
}
.BgClassName
{
background-color: #B9353C;
}
</style>
border-color css
<style>
span { border-color: #B9353C; }
span { border-color: rgb(185,53,60); }
td.TdClassName
{
border-color: #B9353C;
}
.TagClassName
{
border-color: #B9353C;
}
</style>