Shades of Brick Red #B62D3A
Tints of Brick Red #B62D3A
RGB
CMYK
RGB Variations
Color information
#B62D3A (or 0xB62D3A) is known color: Brick Red. HEX triplet: B6, 2D and 3A. RGB value is (182,45,58). Sum of RGB (Red+Green+Blue) = 182+45+58=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B62D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62D3A is #49D2C5. Grayscale: #575757. Windows color (decimal): -4838086 or 3812790. OLE color: 3812790.
HSL color Cylindrical-coordinate representation of color #B62D3A: hue angle of 354.31º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B62D3A is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 45 | 58 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.29 |
| HSL | 354.31º | 0.6% | 0.45% | - |
| HSV(B) | 354.31º | 0.75% | 0.71% | - |
| XYZ | 20.99 | 12.13 | 5.24 | - |
| YUV | 87.45 | 111.39 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 45 | 58 | 0 | 0.75 | 0.68 | 0.29 | 354.31 | 0.6 | 0.45 |
| Hex | B6 | 2D | 3A | 0 | 4B | 44 | 1D | 162 | 3C | 2D |
| Octal | 266 | 55 | 72 | 0 | 113 | 104 | 35 | 542 | 74 | 55 |
| Binary | 10110110 | 101101 | 111010 | 0 | 1001011 | 1000100 | 11101 | 101100010 | 111100 | 101101 |
Color Harmonies of #B62D3A
Complementary color
Monochromatic Colors of #B62D3A
Black with #B62D3A
Text Example
Text Example
White with #B62D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62D3A; }
p { color: rgb(182,45,58); }
H1.HeaderClassName
{
color: #B62D3A;
}
.AnyTagClassName
{
color: #B62D3A;
}
</style>
background-color css
<style>
a { background-color: #B62D3A; }
a { background-color: rgb(182,45,58); }
div.DivClassName
{
background-color: #B62D3A;
}
.BgClassName
{
background-color: #B62D3A;
}
</style>
border-color css
<style>
span { border-color: #B62D3A; }
span { border-color: rgb(182,45,58); }
td.TdClassName
{
border-color: #B62D3A;
}
.TagClassName
{
border-color: #B62D3A;
}
</style>