Shades of Brick Red #B62D3C
Tints of Brick Red #B62D3C
RGB
CMYK
RGB Variations
Color information
#B62D3C (or 0xB62D3C) is known color: Brick Red. HEX triplet: B6, 2D and 3C. RGB value is (182,45,60). Sum of RGB (Red+Green+Blue) = 182+45+60=287 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.41% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 182 - color contains mainly: red. Hex color #B62D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62D3C is #49D2C3. Grayscale: #575757. Windows color (decimal): -4838084 or 3943862. OLE color: 3943862.
HSL color Cylindrical-coordinate representation of color #B62D3C: hue angle of 353.43º 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 #B62D3C is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 45 | 60 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.29 |
| HSL | 353.43º | 0.6% | 0.45% | - |
| HSV(B) | 353.43º | 0.75% | 0.71% | - |
| XYZ | 21.05 | 12.15 | 5.51 | - |
| YUV | 87.67 | 112.39 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 45 | 60 | 0 | 0.75 | 0.67 | 0.29 | 353.43 | 0.6 | 0.45 |
| Hex | B6 | 2D | 3C | 0 | 4B | 43 | 1D | 161 | 3C | 2D |
| Octal | 266 | 55 | 74 | 0 | 113 | 103 | 35 | 541 | 74 | 55 |
| Binary | 10110110 | 101101 | 111100 | 0 | 1001011 | 1000011 | 11101 | 101100001 | 111100 | 101101 |
Color Harmonies of #B62D3C
Complementary color
Monochromatic Colors of #B62D3C
Black with #B62D3C
Text Example
Text Example
White with #B62D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62D3C; }
p { color: rgb(182,45,60); }
H1.HeaderClassName
{
color: #B62D3C;
}
.AnyTagClassName
{
color: #B62D3C;
}
</style>
background-color css
<style>
a { background-color: #B62D3C; }
a { background-color: rgb(182,45,60); }
div.DivClassName
{
background-color: #B62D3C;
}
.BgClassName
{
background-color: #B62D3C;
}
</style>
border-color css
<style>
span { border-color: #B62D3C; }
span { border-color: rgb(182,45,60); }
td.TdClassName
{
border-color: #B62D3C;
}
.TagClassName
{
border-color: #B62D3C;
}
</style>