Shades of Brick Red #B73F43
Tints of Brick Red #B73F43
RGB
CMYK
RGB Variations
Color information
#B73F43 (or 0xB73F43) is known color: Brick Red. HEX triplet: B7, 3F and 43. RGB value is (183,63,67). Sum of RGB (Red+Green+Blue) = 183+63+67=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73F43 is #48C0BC. Grayscale: #636363. Windows color (decimal): -4767933 or 4407223. OLE color: 4407223.
HSL color Cylindrical-coordinate representation of color #B73F43: hue angle of 358º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B73F43 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 63 | 67 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.28 |
| HSL | 358º | 0.49% | 0.48% | - |
| HSV(B) | 358º | 0.66% | 0.72% | - |
| XYZ | 22.32 | 14.03 | 6.84 | - |
| YUV | 99.34 | 109.76 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 67 | 0 | 0.66 | 0.63 | 0.28 | 358 | 0.49 | 0.48 |
| Hex | B7 | 3F | 43 | 0 | 42 | 3F | 1C | 166 | 31 | 30 |
| Octal | 267 | 77 | 103 | 0 | 102 | 77 | 34 | 546 | 61 | 60 |
| Binary | 10110111 | 111111 | 1000011 | 0 | 1000010 | 111111 | 11100 | 101100110 | 110001 | 110000 |
Color Harmonies of #B73F43
Complementary color
Monochromatic Colors of #B73F43
Black with #B73F43
Text Example
Text Example
White with #B73F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73F43; }
p { color: rgb(183,63,67); }
H1.HeaderClassName
{
color: #B73F43;
}
.AnyTagClassName
{
color: #B73F43;
}
</style>
background-color css
<style>
a { background-color: #B73F43; }
a { background-color: rgb(183,63,67); }
div.DivClassName
{
background-color: #B73F43;
}
.BgClassName
{
background-color: #B73F43;
}
</style>
border-color css
<style>
span { border-color: #B73F43; }
span { border-color: rgb(183,63,67); }
td.TdClassName
{
border-color: #B73F43;
}
.TagClassName
{
border-color: #B73F43;
}
</style>