Shades of Brick Red #B92F3E
Tints of Brick Red #B92F3E
RGB
CMYK
RGB Variations
Color information
#B92F3E (or 0xB92F3E) is known color: Brick Red. HEX triplet: B9, 2F and 3E. RGB value is (185,47,62). Sum of RGB (Red+Green+Blue) = 185+47+62=294 (38% of max value = 765). Red value is 185 (72.66% from 255 or 62.93% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92F3E is #46D0C1. Grayscale: #5A5A5A. Windows color (decimal): -4640962 or 4075449. OLE color: 4075449.
HSL color Cylindrical-coordinate representation of color #B92F3E: hue angle of 353.48º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B92F3E is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 47 | 62 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.27 |
| HSL | 353.48º | 0.59% | 0.45% | - |
| HSV(B) | 353.48º | 0.75% | 0.73% | - |
| XYZ | 21.89 | 12.7 | 5.85 | - |
| YUV | 89.97 | 112.22 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 47 | 62 | 0 | 0.75 | 0.66 | 0.27 | 353.48 | 0.59 | 0.45 |
| Hex | B9 | 2F | 3E | 0 | 4B | 42 | 1B | 161 | 3B | 2D |
| Octal | 271 | 57 | 76 | 0 | 113 | 102 | 33 | 541 | 73 | 55 |
| Binary | 10111001 | 101111 | 111110 | 0 | 1001011 | 1000010 | 11011 | 101100001 | 111011 | 101101 |
Color Harmonies of #B92F3E
Complementary color
Monochromatic Colors of #B92F3E
Black with #B92F3E
Text Example
Text Example
White with #B92F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92F3E; }
p { color: rgb(185,47,62); }
H1.HeaderClassName
{
color: #B92F3E;
}
.AnyTagClassName
{
color: #B92F3E;
}
</style>
background-color css
<style>
a { background-color: #B92F3E; }
a { background-color: rgb(185,47,62); }
div.DivClassName
{
background-color: #B92F3E;
}
.BgClassName
{
background-color: #B92F3E;
}
</style>
border-color css
<style>
span { border-color: #B92F3E; }
span { border-color: rgb(185,47,62); }
td.TdClassName
{
border-color: #B92F3E;
}
.TagClassName
{
border-color: #B92F3E;
}
</style>