Shades of Brick Red #B02E35
Tints of Brick Red #B02E35
RGB
CMYK
RGB Variations
Color information
#B02E35 (or 0xB02E35) is known color: Brick Red. HEX triplet: B0, 2E and 35. RGB value is (176,46,53). Sum of RGB (Red+Green+Blue) = 176+46+53=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B02E35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02E35 is #4FD1CA. Grayscale: #555555. Windows color (decimal): -5231051 or 3485360. OLE color: 3485360.
HSL color Cylindrical-coordinate representation of color #B02E35: hue angle of 356.77º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B02E35 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 46 | 53 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.31 |
| HSL | 356.77º | 0.59% | 0.44% | - |
| HSV(B) | 356.77º | 0.74% | 0.69% | - |
| XYZ | 19.52 | 11.44 | 4.55 | - |
| YUV | 85.67 | 109.57 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 46 | 53 | 0 | 0.74 | 0.70 | 0.31 | 356.77 | 0.59 | 0.44 |
| Hex | B0 | 2E | 35 | 0 | 4A | 46 | 1F | 165 | 3B | 2C |
| Octal | 260 | 56 | 65 | 0 | 112 | 106 | 37 | 545 | 73 | 54 |
| Binary | 10110000 | 101110 | 110101 | 0 | 1001010 | 1000110 | 11111 | 101100101 | 111011 | 101100 |
Color Harmonies of #B02E35
Complementary color
Monochromatic Colors of #B02E35
Black with #B02E35
Text Example
Text Example
White with #B02E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02E35; }
p { color: rgb(176,46,53); }
H1.HeaderClassName
{
color: #B02E35;
}
.AnyTagClassName
{
color: #B02E35;
}
</style>
background-color css
<style>
a { background-color: #B02E35; }
a { background-color: rgb(176,46,53); }
div.DivClassName
{
background-color: #B02E35;
}
.BgClassName
{
background-color: #B02E35;
}
</style>
border-color css
<style>
span { border-color: #B02E35; }
span { border-color: rgb(176,46,53); }
td.TdClassName
{
border-color: #B02E35;
}
.TagClassName
{
border-color: #B02E35;
}
</style>