Shades of Brick Red #BD3443
Tints of Brick Red #BD3443
RGB
CMYK
RGB Variations
Color information
#BD3443 (or 0xBD3443) is known color: Brick Red. HEX triplet: BD, 34 and 43. RGB value is (189,52,67). Sum of RGB (Red+Green+Blue) = 189+52+67=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3443 is #42CBBC. Grayscale: #5E5E5E. Windows color (decimal): -4377533 or 4404413. OLE color: 4404413.
HSL color Cylindrical-coordinate representation of color #BD3443: hue angle of 353.43º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD3443 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 52 | 67 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.26 |
| HSL | 353.43º | 0.57% | 0.47% | - |
| HSV(B) | 353.43º | 0.72% | 0.74% | - |
| XYZ | 23.23 | 13.68 | 6.73 | - |
| YUV | 94.67 | 112.39 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 67 | 0 | 0.72 | 0.65 | 0.26 | 353.43 | 0.57 | 0.47 |
| Hex | BD | 34 | 43 | 0 | 48 | 41 | 1A | 161 | 39 | 2F |
| Octal | 275 | 64 | 103 | 0 | 110 | 101 | 32 | 541 | 71 | 57 |
| Binary | 10111101 | 110100 | 1000011 | 0 | 1001000 | 1000001 | 11010 | 101100001 | 111001 | 101111 |
Color Harmonies of #BD3443
Complementary color
Monochromatic Colors of #BD3443
Black with #BD3443
Text Example
Text Example
White with #BD3443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3443; }
p { color: rgb(189,52,67); }
H1.HeaderClassName
{
color: #BD3443;
}
.AnyTagClassName
{
color: #BD3443;
}
</style>
background-color css
<style>
a { background-color: #BD3443; }
a { background-color: rgb(189,52,67); }
div.DivClassName
{
background-color: #BD3443;
}
.BgClassName
{
background-color: #BD3443;
}
</style>
border-color css
<style>
span { border-color: #BD3443; }
span { border-color: rgb(189,52,67); }
td.TdClassName
{
border-color: #BD3443;
}
.TagClassName
{
border-color: #BD3443;
}
</style>