Shades of Brick Red #B73841
Tints of Brick Red #B73841
RGB
CMYK
RGB Variations
Color information
#B73841 (or 0xB73841) is known color: Brick Red. HEX triplet: B7, 38 and 41. RGB value is (183,56,65). Sum of RGB (Red+Green+Blue) = 183+56+65=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B73841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73841 is #48C7BE. Grayscale: #5F5F5F. Windows color (decimal): -4769727 or 4274359. OLE color: 4274359.
HSL color Cylindrical-coordinate representation of color #B73841: hue angle of 355.75º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B73841 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 56 | 65 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.28 |
| HSL | 355.75º | 0.53% | 0.47% | - |
| HSV(B) | 355.75º | 0.69% | 0.72% | - |
| XYZ | 21.9 | 13.28 | 6.41 | - |
| YUV | 95 | 111.08 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 65 | 0 | 0.69 | 0.64 | 0.28 | 355.75 | 0.53 | 0.47 |
| Hex | B7 | 38 | 41 | 0 | 45 | 40 | 1C | 164 | 35 | 2F |
| Octal | 267 | 70 | 101 | 0 | 105 | 100 | 34 | 544 | 65 | 57 |
| Binary | 10110111 | 111000 | 1000001 | 0 | 1000101 | 1000000 | 11100 | 101100100 | 110101 | 101111 |
Color Harmonies of #B73841
Complementary color
Monochromatic Colors of #B73841
Black with #B73841
Text Example
Text Example
White with #B73841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73841; }
p { color: rgb(183,56,65); }
H1.HeaderClassName
{
color: #B73841;
}
.AnyTagClassName
{
color: #B73841;
}
</style>
background-color css
<style>
a { background-color: #B73841; }
a { background-color: rgb(183,56,65); }
div.DivClassName
{
background-color: #B73841;
}
.BgClassName
{
background-color: #B73841;
}
</style>
border-color css
<style>
span { border-color: #B73841; }
span { border-color: rgb(183,56,65); }
td.TdClassName
{
border-color: #B73841;
}
.TagClassName
{
border-color: #B73841;
}
</style>