Shades of Brick Red #B5293D
Tints of Brick Red #B5293D
RGB
CMYK
RGB Variations
Color information
#B5293D (or 0xB5293D) is known color: Brick Red. HEX triplet: B5, 29 and 3D. RGB value is (181,41,61). Sum of RGB (Red+Green+Blue) = 181+41+61=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B5293D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5293D is #4AD6C2. Grayscale: #555555. Windows color (decimal): -4904643 or 4008373. OLE color: 4008373.
HSL color Cylindrical-coordinate representation of color #B5293D: hue angle of 351.43º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5293D is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 41 | 61 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.29 |
| HSL | 351.43º | 0.63% | 0.44% | - |
| HSV(B) | 351.43º | 0.77% | 0.71% | - |
| XYZ | 20.69 | 11.75 | 5.59 | - |
| YUV | 85.14 | 114.38 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 61 | 0 | 0.77 | 0.66 | 0.29 | 351.43 | 0.63 | 0.44 |
| Hex | B5 | 29 | 3D | 0 | 4D | 42 | 1D | 15F | 3F | 2C |
| Octal | 265 | 51 | 75 | 0 | 115 | 102 | 35 | 537 | 77 | 54 |
| Binary | 10110101 | 101001 | 111101 | 0 | 1001101 | 1000010 | 11101 | 101011111 | 111111 | 101100 |
Color Harmonies of #B5293D
Complementary color
Monochromatic Colors of #B5293D
Black with #B5293D
Text Example
Text Example
White with #B5293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5293D; }
p { color: rgb(181,41,61); }
H1.HeaderClassName
{
color: #B5293D;
}
.AnyTagClassName
{
color: #B5293D;
}
</style>
background-color css
<style>
a { background-color: #B5293D; }
a { background-color: rgb(181,41,61); }
div.DivClassName
{
background-color: #B5293D;
}
.BgClassName
{
background-color: #B5293D;
}
</style>
border-color css
<style>
span { border-color: #B5293D; }
span { border-color: rgb(181,41,61); }
td.TdClassName
{
border-color: #B5293D;
}
.TagClassName
{
border-color: #B5293D;
}
</style>