Shades of Brick Red #B13D41
Tints of Brick Red #B13D41
RGB
CMYK
RGB Variations
Color information
#B13D41 (or 0xB13D41) is known color: Brick Red. HEX triplet: B1, 3D and 41. RGB value is (177,61,65). Sum of RGB (Red+Green+Blue) = 177+61+65=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13D41 is #4EC2BE. Grayscale: #606060. Windows color (decimal): -5161663 or 4275633. OLE color: 4275633.
HSL color Cylindrical-coordinate representation of color #B13D41: hue angle of 357.93º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B13D41 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 61 | 65 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.31 |
| HSL | 357.93º | 0.49% | 0.47% | - |
| HSV(B) | 357.93º | 0.66% | 0.69% | - |
| XYZ | 20.75 | 13.07 | 6.43 | - |
| YUV | 96.14 | 110.43 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 65 | 0 | 0.66 | 0.63 | 0.31 | 357.93 | 0.49 | 0.47 |
| Hex | B1 | 3D | 41 | 0 | 42 | 3F | 1F | 166 | 31 | 2F |
| Octal | 261 | 75 | 101 | 0 | 102 | 77 | 37 | 546 | 61 | 57 |
| Binary | 10110001 | 111101 | 1000001 | 0 | 1000010 | 111111 | 11111 | 101100110 | 110001 | 101111 |
Color Harmonies of #B13D41
Complementary color
Monochromatic Colors of #B13D41
Black with #B13D41
Text Example
Text Example
White with #B13D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13D41; }
p { color: rgb(177,61,65); }
H1.HeaderClassName
{
color: #B13D41;
}
.AnyTagClassName
{
color: #B13D41;
}
</style>
background-color css
<style>
a { background-color: #B13D41; }
a { background-color: rgb(177,61,65); }
div.DivClassName
{
background-color: #B13D41;
}
.BgClassName
{
background-color: #B13D41;
}
</style>
border-color css
<style>
span { border-color: #B13D41; }
span { border-color: rgb(177,61,65); }
td.TdClassName
{
border-color: #B13D41;
}
.TagClassName
{
border-color: #B13D41;
}
</style>