Shades of Brick Red #BD3344
Tints of Brick Red #BD3344
RGB
CMYK
RGB Variations
Color information
#BD3344 (or 0xBD3344) is known color: Brick Red. HEX triplet: BD, 33 and 44. RGB value is (189,51,68). Sum of RGB (Red+Green+Blue) = 189+51+68=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3344 is #42CCBB. Grayscale: #5E5E5E. Windows color (decimal): -4377788 or 4469693. OLE color: 4469693.
HSL color Cylindrical-coordinate representation of color #BD3344: hue angle of 352.61º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD3344 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 51 | 68 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.26 |
| HSL | 352.61º | 0.58% | 0.47% | - |
| HSV(B) | 352.61º | 0.73% | 0.74% | - |
| XYZ | 23.21 | 13.6 | 6.87 | - |
| YUV | 94.2 | 113.22 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 68 | 0 | 0.73 | 0.64 | 0.26 | 352.61 | 0.58 | 0.47 |
| Hex | BD | 33 | 44 | 0 | 49 | 40 | 1A | 161 | 3A | 2F |
| Octal | 275 | 63 | 104 | 0 | 111 | 100 | 32 | 541 | 72 | 57 |
| Binary | 10111101 | 110011 | 1000100 | 0 | 1001001 | 1000000 | 11010 | 101100001 | 111010 | 101111 |
Color Harmonies of #BD3344
Complementary color
Monochromatic Colors of #BD3344
Black with #BD3344
Text Example
Text Example
White with #BD3344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3344; }
p { color: rgb(189,51,68); }
H1.HeaderClassName
{
color: #BD3344;
}
.AnyTagClassName
{
color: #BD3344;
}
</style>
background-color css
<style>
a { background-color: #BD3344; }
a { background-color: rgb(189,51,68); }
div.DivClassName
{
background-color: #BD3344;
}
.BgClassName
{
background-color: #BD3344;
}
</style>
border-color css
<style>
span { border-color: #BD3344; }
span { border-color: rgb(189,51,68); }
td.TdClassName
{
border-color: #BD3344;
}
.TagClassName
{
border-color: #BD3344;
}
</style>