Shades of Brick Red #BD3244
Tints of Brick Red #BD3244
RGB
CMYK
RGB Variations
Color information
#BD3244 (or 0xBD3244) is known color: Brick Red. HEX triplet: BD, 32 and 44. RGB value is (189,50,68). Sum of RGB (Red+Green+Blue) = 189+50+68=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3244 is #42CDBB. Grayscale: #5D5D5D. Windows color (decimal): -4378044 or 4469437. OLE color: 4469437.
HSL color Cylindrical-coordinate representation of color #BD3244: hue angle of 352.23º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD3244 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 68 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.26 |
| HSL | 352.23º | 0.58% | 0.47% | - |
| HSV(B) | 352.23º | 0.74% | 0.74% | - |
| XYZ | 23.17 | 13.52 | 6.86 | - |
| YUV | 93.61 | 113.55 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 68 | 0 | 0.74 | 0.64 | 0.26 | 352.23 | 0.58 | 0.47 |
| Hex | BD | 32 | 44 | 0 | 4A | 40 | 1A | 160 | 3A | 2F |
| Octal | 275 | 62 | 104 | 0 | 112 | 100 | 32 | 540 | 72 | 57 |
| Binary | 10111101 | 110010 | 1000100 | 0 | 1001010 | 1000000 | 11010 | 101100000 | 111010 | 101111 |
Color Harmonies of #BD3244
Complementary color
Monochromatic Colors of #BD3244
Black with #BD3244
Text Example
Text Example
White with #BD3244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3244; }
p { color: rgb(189,50,68); }
H1.HeaderClassName
{
color: #BD3244;
}
.AnyTagClassName
{
color: #BD3244;
}
</style>
background-color css
<style>
a { background-color: #BD3244; }
a { background-color: rgb(189,50,68); }
div.DivClassName
{
background-color: #BD3244;
}
.BgClassName
{
background-color: #BD3244;
}
</style>
border-color css
<style>
span { border-color: #BD3244; }
span { border-color: rgb(189,50,68); }
td.TdClassName
{
border-color: #BD3244;
}
.TagClassName
{
border-color: #BD3244;
}
</style>