Shades of Brick Red #B62E3C
Tints of Brick Red #B62E3C
RGB
CMYK
RGB Variations
Color information
#B62E3C (or 0xB62E3C) is known color: Brick Red. HEX triplet: B6, 2E and 3C. RGB value is (182,46,60). Sum of RGB (Red+Green+Blue) = 182+46+60=288 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.19% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 182 - color contains mainly: red. Hex color #B62E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62E3C is #49D1C3. Grayscale: #585858. Windows color (decimal): -4837828 or 3944118. OLE color: 3944118.
HSL color Cylindrical-coordinate representation of color #B62E3C: hue angle of 353.82º 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 #B62E3C is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 46 | 60 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.29 |
| HSL | 353.82º | 0.6% | 0.45% | - |
| HSV(B) | 353.82º | 0.75% | 0.71% | - |
| XYZ | 21.08 | 12.23 | 5.52 | - |
| YUV | 88.26 | 112.06 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 46 | 60 | 0 | 0.75 | 0.67 | 0.29 | 353.82 | 0.6 | 0.45 |
| Hex | B6 | 2E | 3C | 0 | 4B | 43 | 1D | 162 | 3C | 2D |
| Octal | 266 | 56 | 74 | 0 | 113 | 103 | 35 | 542 | 74 | 55 |
| Binary | 10110110 | 101110 | 111100 | 0 | 1001011 | 1000011 | 11101 | 101100010 | 111100 | 101101 |
Color Harmonies of #B62E3C
Complementary color
Monochromatic Colors of #B62E3C
Black with #B62E3C
Text Example
Text Example
White with #B62E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62E3C; }
p { color: rgb(182,46,60); }
H1.HeaderClassName
{
color: #B62E3C;
}
.AnyTagClassName
{
color: #B62E3C;
}
</style>
background-color css
<style>
a { background-color: #B62E3C; }
a { background-color: rgb(182,46,60); }
div.DivClassName
{
background-color: #B62E3C;
}
.BgClassName
{
background-color: #B62E3C;
}
</style>
border-color css
<style>
span { border-color: #B62E3C; }
span { border-color: rgb(182,46,60); }
td.TdClassName
{
border-color: #B62E3C;
}
.TagClassName
{
border-color: #B62E3C;
}
</style>