Shades of Brick Red #BD3143
Tints of Brick Red #BD3143
RGB
CMYK
RGB Variations
Color information
#BD3143 (or 0xBD3143) is known color: Brick Red. HEX triplet: BD, 31 and 43. RGB value is (189,49,67). Sum of RGB (Red+Green+Blue) = 189+49+67=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3143 is #42CEBC. Grayscale: #5C5C5C. Windows color (decimal): -4378301 or 4403645. OLE color: 4403645.
HSL color Cylindrical-coordinate representation of color #BD3143: hue angle of 352.29º degrees, saturation: 0.59, 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 #BD3143 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 49 | 67 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.26 |
| HSL | 352.29º | 0.59% | 0.47% | - |
| HSV(B) | 352.29º | 0.74% | 0.74% | - |
| XYZ | 23.1 | 13.42 | 6.68 | - |
| YUV | 92.91 | 113.38 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 49 | 67 | 0 | 0.74 | 0.65 | 0.26 | 352.29 | 0.59 | 0.47 |
| Hex | BD | 31 | 43 | 0 | 4A | 41 | 1A | 160 | 3B | 2F |
| Octal | 275 | 61 | 103 | 0 | 112 | 101 | 32 | 540 | 73 | 57 |
| Binary | 10111101 | 110001 | 1000011 | 0 | 1001010 | 1000001 | 11010 | 101100000 | 111011 | 101111 |
Color Harmonies of #BD3143
Complementary color
Monochromatic Colors of #BD3143
Black with #BD3143
Text Example
Text Example
White with #BD3143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3143; }
p { color: rgb(189,49,67); }
H1.HeaderClassName
{
color: #BD3143;
}
.AnyTagClassName
{
color: #BD3143;
}
</style>
background-color css
<style>
a { background-color: #BD3143; }
a { background-color: rgb(189,49,67); }
div.DivClassName
{
background-color: #BD3143;
}
.BgClassName
{
background-color: #BD3143;
}
</style>
border-color css
<style>
span { border-color: #BD3143; }
span { border-color: rgb(189,49,67); }
td.TdClassName
{
border-color: #BD3143;
}
.TagClassName
{
border-color: #BD3143;
}
</style>