Shades of Brick Red #B74144
Tints of Brick Red #B74144
RGB
CMYK
RGB Variations
Color information
#B74144 (or 0xB74144) is known color: Brick Red. HEX triplet: B7, 41 and 44. RGB value is (183,65,68). Sum of RGB (Red+Green+Blue) = 183+65+68=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B74144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74144 is #48BEBB. Grayscale: #646464. Windows color (decimal): -4767420 or 4473271. OLE color: 4473271.
HSL color Cylindrical-coordinate representation of color #B74144: hue angle of 358.47º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B74144 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 65 | 68 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.28 |
| HSL | 358.47º | 0.48% | 0.49% | - |
| HSV(B) | 358.47º | 0.64% | 0.72% | - |
| XYZ | 22.46 | 14.27 | 7.04 | - |
| YUV | 100.62 | 109.59 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 68 | 0 | 0.64 | 0.63 | 0.28 | 358.47 | 0.48 | 0.49 |
| Hex | B7 | 41 | 44 | 0 | 40 | 3F | 1C | 166 | 30 | 31 |
| Octal | 267 | 101 | 104 | 0 | 100 | 77 | 34 | 546 | 60 | 61 |
| Binary | 10110111 | 1000001 | 1000100 | 0 | 1000000 | 111111 | 11100 | 101100110 | 110000 | 110001 |
Color Harmonies of #B74144
Complementary color
Monochromatic Colors of #B74144
Black with #B74144
Text Example
Text Example
White with #B74144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74144; }
p { color: rgb(183,65,68); }
H1.HeaderClassName
{
color: #B74144;
}
.AnyTagClassName
{
color: #B74144;
}
</style>
background-color css
<style>
a { background-color: #B74144; }
a { background-color: rgb(183,65,68); }
div.DivClassName
{
background-color: #B74144;
}
.BgClassName
{
background-color: #B74144;
}
</style>
border-color css
<style>
span { border-color: #B74144; }
span { border-color: rgb(183,65,68); }
td.TdClassName
{
border-color: #B74144;
}
.TagClassName
{
border-color: #B74144;
}
</style>