Shades of Brick Red #B42F3E
Tints of Brick Red #B42F3E
RGB
CMYK
RGB Variations
Color information
#B42F3E (or 0xB42F3E) is known color: Brick Red. HEX triplet: B4, 2F and 3E. RGB value is (180,47,62). Sum of RGB (Red+Green+Blue) = 180+47+62=289 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.28% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 180 - color contains mainly: red. Hex color #B42F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42F3E is #4BD0C1. Grayscale: #585858. Windows color (decimal): -4968642 or 4075444. OLE color: 4075444.
HSL color Cylindrical-coordinate representation of color #B42F3E: hue angle of 353.23º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B42F3E is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 47 | 62 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.29 |
| HSL | 353.23º | 0.59% | 0.45% | - |
| HSV(B) | 353.23º | 0.74% | 0.71% | - |
| XYZ | 20.71 | 12.08 | 5.8 | - |
| YUV | 88.48 | 113.06 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 47 | 62 | 0 | 0.74 | 0.66 | 0.29 | 353.23 | 0.59 | 0.45 |
| Hex | B4 | 2F | 3E | 0 | 4A | 42 | 1D | 161 | 3B | 2D |
| Octal | 264 | 57 | 76 | 0 | 112 | 102 | 35 | 541 | 73 | 55 |
| Binary | 10110100 | 101111 | 111110 | 0 | 1001010 | 1000010 | 11101 | 101100001 | 111011 | 101101 |
Color Harmonies of #B42F3E
Complementary color
Monochromatic Colors of #B42F3E
Black with #B42F3E
Text Example
Text Example
White with #B42F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42F3E; }
p { color: rgb(180,47,62); }
H1.HeaderClassName
{
color: #B42F3E;
}
.AnyTagClassName
{
color: #B42F3E;
}
</style>
background-color css
<style>
a { background-color: #B42F3E; }
a { background-color: rgb(180,47,62); }
div.DivClassName
{
background-color: #B42F3E;
}
.BgClassName
{
background-color: #B42F3E;
}
</style>
border-color css
<style>
span { border-color: #B42F3E; }
span { border-color: rgb(180,47,62); }
td.TdClassName
{
border-color: #B42F3E;
}
.TagClassName
{
border-color: #B42F3E;
}
</style>