Shades of Brick Red #BD323D
Tints of Brick Red #BD323D
RGB
CMYK
RGB Variations
Color information
#BD323D (or 0xBD323D) is known color: Brick Red. HEX triplet: BD, 32 and 3D. RGB value is (189,50,61). Sum of RGB (Red+Green+Blue) = 189+50+61=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD323D is #42CDC2. Grayscale: #5C5C5C. Windows color (decimal): -4378051 or 4010685. OLE color: 4010685.
HSL color Cylindrical-coordinate representation of color #BD323D: hue angle of 355.25º 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 #BD323D is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 61 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.26 |
| HSL | 355.25º | 0.58% | 0.47% | - |
| HSV(B) | 355.25º | 0.74% | 0.74% | - |
| XYZ | 22.97 | 13.44 | 5.8 | - |
| YUV | 92.82 | 110.05 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 61 | 0 | 0.74 | 0.68 | 0.26 | 355.25 | 0.58 | 0.47 |
| Hex | BD | 32 | 3D | 0 | 4A | 44 | 1A | 163 | 3A | 2F |
| Octal | 275 | 62 | 75 | 0 | 112 | 104 | 32 | 543 | 72 | 57 |
| Binary | 10111101 | 110010 | 111101 | 0 | 1001010 | 1000100 | 11010 | 101100011 | 111010 | 101111 |
Color Harmonies of #BD323D
Complementary color
Monochromatic Colors of #BD323D
Black with #BD323D
Text Example
Text Example
White with #BD323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD323D; }
p { color: rgb(189,50,61); }
H1.HeaderClassName
{
color: #BD323D;
}
.AnyTagClassName
{
color: #BD323D;
}
</style>
background-color css
<style>
a { background-color: #BD323D; }
a { background-color: rgb(189,50,61); }
div.DivClassName
{
background-color: #BD323D;
}
.BgClassName
{
background-color: #BD323D;
}
</style>
border-color css
<style>
span { border-color: #BD323D; }
span { border-color: rgb(189,50,61); }
td.TdClassName
{
border-color: #BD323D;
}
.TagClassName
{
border-color: #BD323D;
}
</style>