Shades of Brick Red #B64144
Tints of Brick Red #B64144
RGB
CMYK
RGB Variations
Color information
#B64144 (or 0xB64144) is known color: Brick Red. HEX triplet: B6, 41 and 44. RGB value is (182,65,68). Sum of RGB (Red+Green+Blue) = 182+65+68=315 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.78% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 182 - color contains mainly: red. Hex color #B64144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64144 is #49BEBB. Grayscale: #646464. Windows color (decimal): -4832956 or 4473270. OLE color: 4473270.
HSL color Cylindrical-coordinate representation of color #B64144: hue angle of 358.46º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B64144 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 65 | 68 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.29 |
| HSL | 358.46º | 0.47% | 0.48% | - |
| HSV(B) | 358.46º | 0.64% | 0.71% | - |
| XYZ | 22.23 | 14.14 | 7.03 | - |
| YUV | 100.33 | 109.76 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 68 | 0 | 0.64 | 0.63 | 0.29 | 358.46 | 0.47 | 0.48 |
| Hex | B6 | 41 | 44 | 0 | 40 | 3F | 1D | 166 | 2F | 30 |
| Octal | 266 | 101 | 104 | 0 | 100 | 77 | 35 | 546 | 57 | 60 |
| Binary | 10110110 | 1000001 | 1000100 | 0 | 1000000 | 111111 | 11101 | 101100110 | 101111 | 110000 |
Color Harmonies of #B64144
Complementary color
Monochromatic Colors of #B64144
Black with #B64144
Text Example
Text Example
White with #B64144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64144; }
p { color: rgb(182,65,68); }
H1.HeaderClassName
{
color: #B64144;
}
.AnyTagClassName
{
color: #B64144;
}
</style>
background-color css
<style>
a { background-color: #B64144; }
a { background-color: rgb(182,65,68); }
div.DivClassName
{
background-color: #B64144;
}
.BgClassName
{
background-color: #B64144;
}
</style>
border-color css
<style>
span { border-color: #B64144; }
span { border-color: rgb(182,65,68); }
td.TdClassName
{
border-color: #B64144;
}
.TagClassName
{
border-color: #B64144;
}
</style>