Shades of Brick Red #B5283E
Tints of Brick Red #B5283E
RGB
CMYK
RGB Variations
Color information
#B5283E (or 0xB5283E) is known color: Brick Red. HEX triplet: B5, 28 and 3E. RGB value is (181,40,62). Sum of RGB (Red+Green+Blue) = 181+40+62=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B5283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5283E is #4AD7C1. Grayscale: #545454. Windows color (decimal): -4904898 or 4073653. OLE color: 4073653.
HSL color Cylindrical-coordinate representation of color #B5283E: hue angle of 350.64º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5283E is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 40 | 62 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.29 |
| HSL | 350.64º | 0.64% | 0.43% | - |
| HSV(B) | 350.64º | 0.78% | 0.71% | - |
| XYZ | 20.68 | 11.69 | 5.72 | - |
| YUV | 84.67 | 115.21 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 62 | 0 | 0.78 | 0.66 | 0.29 | 350.64 | 0.64 | 0.43 |
| Hex | B5 | 28 | 3E | 0 | 4E | 42 | 1D | 15F | 40 | 2B |
| Octal | 265 | 50 | 76 | 0 | 116 | 102 | 35 | 537 | 100 | 53 |
| Binary | 10110101 | 101000 | 111110 | 0 | 1001110 | 1000010 | 11101 | 101011111 | 1000000 | 101011 |
Color Harmonies of #B5283E
Complementary color
Monochromatic Colors of #B5283E
Black with #B5283E
Text Example
Text Example
White with #B5283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5283E; }
p { color: rgb(181,40,62); }
H1.HeaderClassName
{
color: #B5283E;
}
.AnyTagClassName
{
color: #B5283E;
}
</style>
background-color css
<style>
a { background-color: #B5283E; }
a { background-color: rgb(181,40,62); }
div.DivClassName
{
background-color: #B5283E;
}
.BgClassName
{
background-color: #B5283E;
}
</style>
border-color css
<style>
span { border-color: #B5283E; }
span { border-color: rgb(181,40,62); }
td.TdClassName
{
border-color: #B5283E;
}
.TagClassName
{
border-color: #B5283E;
}
</style>