Shades of Brick Red #B92F3C
Tints of Brick Red #B92F3C
RGB
CMYK
RGB Variations
Color information
#B92F3C (or 0xB92F3C) is known color: Brick Red. HEX triplet: B9, 2F and 3C. RGB value is (185,47,60). Sum of RGB (Red+Green+Blue) = 185+47+60=292 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.36% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92F3C is #46D0C3. Grayscale: #595959. Windows color (decimal): -4640964 or 3944377. OLE color: 3944377.
HSL color Cylindrical-coordinate representation of color #B92F3C: hue angle of 354.35º 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 #B92F3C is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 47 | 60 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.27 |
| HSL | 354.35º | 0.59% | 0.45% | - |
| HSV(B) | 354.35º | 0.75% | 0.73% | - |
| XYZ | 21.84 | 12.67 | 5.57 | - |
| YUV | 89.74 | 111.22 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 47 | 60 | 0 | 0.75 | 0.68 | 0.27 | 354.35 | 0.59 | 0.45 |
| Hex | B9 | 2F | 3C | 0 | 4B | 44 | 1B | 162 | 3B | 2D |
| Octal | 271 | 57 | 74 | 0 | 113 | 104 | 33 | 542 | 73 | 55 |
| Binary | 10111001 | 101111 | 111100 | 0 | 1001011 | 1000100 | 11011 | 101100010 | 111011 | 101101 |
Color Harmonies of #B92F3C
Complementary color
Monochromatic Colors of #B92F3C
Black with #B92F3C
Text Example
Text Example
White with #B92F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92F3C; }
p { color: rgb(185,47,60); }
H1.HeaderClassName
{
color: #B92F3C;
}
.AnyTagClassName
{
color: #B92F3C;
}
</style>
background-color css
<style>
a { background-color: #B92F3C; }
a { background-color: rgb(185,47,60); }
div.DivClassName
{
background-color: #B92F3C;
}
.BgClassName
{
background-color: #B92F3C;
}
</style>
border-color css
<style>
span { border-color: #B92F3C; }
span { border-color: rgb(185,47,60); }
td.TdClassName
{
border-color: #B92F3C;
}
.TagClassName
{
border-color: #B92F3C;
}
</style>