Shades of Brick Red #B5383F
Tints of Brick Red #B5383F
RGB
CMYK
RGB Variations
Color information
#B5383F (or 0xB5383F) is known color: Brick Red. HEX triplet: B5, 38 and 3F. RGB value is (181,56,63). Sum of RGB (Red+Green+Blue) = 181+56+63=300 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.33% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 181 - color contains mainly: red. Hex color #B5383F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5383F is #4AC7C0. Grayscale: #5E5E5E. Windows color (decimal): -4900801 or 4143285. OLE color: 4143285.
HSL color Cylindrical-coordinate representation of color #B5383F: hue angle of 356.64º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5383F is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 63 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.29 |
| HSL | 356.64º | 0.53% | 0.46% | - |
| HSV(B) | 356.64º | 0.69% | 0.71% | - |
| XYZ | 21.37 | 13.01 | 6.09 | - |
| YUV | 94.17 | 110.41 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 63 | 0 | 0.69 | 0.65 | 0.29 | 356.64 | 0.53 | 0.46 |
| Hex | B5 | 38 | 3F | 0 | 45 | 41 | 1D | 165 | 35 | 2E |
| Octal | 265 | 70 | 77 | 0 | 105 | 101 | 35 | 545 | 65 | 56 |
| Binary | 10110101 | 111000 | 111111 | 0 | 1000101 | 1000001 | 11101 | 101100101 | 110101 | 101110 |
Color Harmonies of #B5383F
Complementary color
Monochromatic Colors of #B5383F
Black with #B5383F
Text Example
Text Example
White with #B5383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5383F; }
p { color: rgb(181,56,63); }
H1.HeaderClassName
{
color: #B5383F;
}
.AnyTagClassName
{
color: #B5383F;
}
</style>
background-color css
<style>
a { background-color: #B5383F; }
a { background-color: rgb(181,56,63); }
div.DivClassName
{
background-color: #B5383F;
}
.BgClassName
{
background-color: #B5383F;
}
</style>
border-color css
<style>
span { border-color: #B5383F; }
span { border-color: rgb(181,56,63); }
td.TdClassName
{
border-color: #B5383F;
}
.TagClassName
{
border-color: #B5383F;
}
</style>