Shades of Brick Red #B02D3C
Tints of Brick Red #B02D3C
RGB
CMYK
RGB Variations
Color information
#B02D3C (or 0xB02D3C) is known color: Brick Red. HEX triplet: B0, 2D and 3C. RGB value is (176,45,60). Sum of RGB (Red+Green+Blue) = 176+45+60=281 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.63% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 176 - color contains mainly: red. Hex color #B02D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02D3C is #4FD2C3. Grayscale: #555555. Windows color (decimal): -5231300 or 3943856. OLE color: 3943856.
HSL color Cylindrical-coordinate representation of color #B02D3C: hue angle of 353.13º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B02D3C is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 45 | 60 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.31 |
| HSL | 353.13º | 0.59% | 0.43% | - |
| HSV(B) | 353.13º | 0.74% | 0.69% | - |
| XYZ | 19.66 | 11.43 | 5.45 | - |
| YUV | 85.88 | 113.4 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 45 | 60 | 0 | 0.74 | 0.66 | 0.31 | 353.13 | 0.59 | 0.43 |
| Hex | B0 | 2D | 3C | 0 | 4A | 42 | 1F | 161 | 3B | 2B |
| Octal | 260 | 55 | 74 | 0 | 112 | 102 | 37 | 541 | 73 | 53 |
| Binary | 10110000 | 101101 | 111100 | 0 | 1001010 | 1000010 | 11111 | 101100001 | 111011 | 101011 |
Color Harmonies of #B02D3C
Complementary color
Monochromatic Colors of #B02D3C
Black with #B02D3C
Text Example
Text Example
White with #B02D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02D3C; }
p { color: rgb(176,45,60); }
H1.HeaderClassName
{
color: #B02D3C;
}
.AnyTagClassName
{
color: #B02D3C;
}
</style>
background-color css
<style>
a { background-color: #B02D3C; }
a { background-color: rgb(176,45,60); }
div.DivClassName
{
background-color: #B02D3C;
}
.BgClassName
{
background-color: #B02D3C;
}
</style>
border-color css
<style>
span { border-color: #B02D3C; }
span { border-color: rgb(176,45,60); }
td.TdClassName
{
border-color: #B02D3C;
}
.TagClassName
{
border-color: #B02D3C;
}
</style>