Shades of Brick Red #B42D3C
Tints of Brick Red #B42D3C
RGB
CMYK
RGB Variations
Color information
#B42D3C (or 0xB42D3C) is known color: Brick Red. HEX triplet: B4, 2D and 3C. RGB value is (180,45,60). Sum of RGB (Red+Green+Blue) = 180+45+60=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42D3C is #4BD2C3. Grayscale: #575757. Windows color (decimal): -4969156 or 3943860. OLE color: 3943860.
HSL color Cylindrical-coordinate representation of color #B42D3C: hue angle of 353.33º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B42D3C is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 60 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.29 |
| HSL | 353.33º | 0.6% | 0.44% | - |
| HSV(B) | 353.33º | 0.75% | 0.71% | - |
| XYZ | 20.58 | 11.91 | 5.49 | - |
| YUV | 87.08 | 112.73 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 60 | 0 | 0.75 | 0.67 | 0.29 | 353.33 | 0.6 | 0.44 |
| Hex | B4 | 2D | 3C | 0 | 4B | 43 | 1D | 161 | 3C | 2C |
| Octal | 264 | 55 | 74 | 0 | 113 | 103 | 35 | 541 | 74 | 54 |
| Binary | 10110100 | 101101 | 111100 | 0 | 1001011 | 1000011 | 11101 | 101100001 | 111100 | 101100 |
Color Harmonies of #B42D3C
Complementary color
Monochromatic Colors of #B42D3C
Black with #B42D3C
Text Example
Text Example
White with #B42D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42D3C; }
p { color: rgb(180,45,60); }
H1.HeaderClassName
{
color: #B42D3C;
}
.AnyTagClassName
{
color: #B42D3C;
}
</style>
background-color css
<style>
a { background-color: #B42D3C; }
a { background-color: rgb(180,45,60); }
div.DivClassName
{
background-color: #B42D3C;
}
.BgClassName
{
background-color: #B42D3C;
}
</style>
border-color css
<style>
span { border-color: #B42D3C; }
span { border-color: rgb(180,45,60); }
td.TdClassName
{
border-color: #B42D3C;
}
.TagClassName
{
border-color: #B42D3C;
}
</style>