Shades of Brick Red #B22D3C
Tints of Brick Red #B22D3C
RGB
CMYK
RGB Variations
Color information
#B22D3C (or 0xB22D3C) is known color: Brick Red. HEX triplet: B2, 2D and 3C. RGB value is (178,45,60). Sum of RGB (Red+Green+Blue) = 178+45+60=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22D3C is #4DD2C3. Grayscale: #565656. Windows color (decimal): -5100228 or 3943858. OLE color: 3943858.
HSL color Cylindrical-coordinate representation of color #B22D3C: hue angle of 353.23º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22D3C is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 45 | 60 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.30 |
| HSL | 353.23º | 0.6% | 0.44% | - |
| HSV(B) | 353.23º | 0.75% | 0.7% | - |
| XYZ | 20.11 | 11.67 | 5.47 | - |
| YUV | 86.48 | 113.06 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 45 | 60 | 0 | 0.75 | 0.66 | 0.30 | 353.23 | 0.6 | 0.44 |
| Hex | B2 | 2D | 3C | 0 | 4B | 42 | 1E | 161 | 3C | 2C |
| Octal | 262 | 55 | 74 | 0 | 113 | 102 | 36 | 541 | 74 | 54 |
| Binary | 10110010 | 101101 | 111100 | 0 | 1001011 | 1000010 | 11110 | 101100001 | 111100 | 101100 |
Color Harmonies of #B22D3C
Complementary color
Monochromatic Colors of #B22D3C
Black with #B22D3C
Text Example
Text Example
White with #B22D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22D3C; }
p { color: rgb(178,45,60); }
H1.HeaderClassName
{
color: #B22D3C;
}
.AnyTagClassName
{
color: #B22D3C;
}
</style>
background-color css
<style>
a { background-color: #B22D3C; }
a { background-color: rgb(178,45,60); }
div.DivClassName
{
background-color: #B22D3C;
}
.BgClassName
{
background-color: #B22D3C;
}
</style>
border-color css
<style>
span { border-color: #B22D3C; }
span { border-color: rgb(178,45,60); }
td.TdClassName
{
border-color: #B22D3C;
}
.TagClassName
{
border-color: #B22D3C;
}
</style>