Shades of Brick Red #B6353D
Tints of Brick Red #B6353D
RGB
CMYK
RGB Variations
Color information
#B6353D (or 0xB6353D) is known color: Brick Red. HEX triplet: B6, 35 and 3D. RGB value is (182,53,61). Sum of RGB (Red+Green+Blue) = 182+53+61=296 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.49% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 182 - color contains mainly: red. Hex color #B6353D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6353D is #49CAC2. Grayscale: #5C5C5C. Windows color (decimal): -4836035 or 4011446. OLE color: 4011446.
HSL color Cylindrical-coordinate representation of color #B6353D: hue angle of 356.28º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B6353D is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 53 | 61 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.29 |
| HSL | 356.28º | 0.55% | 0.46% | - |
| HSV(B) | 356.28º | 0.71% | 0.71% | - |
| XYZ | 21.41 | 12.83 | 5.76 | - |
| YUV | 92.48 | 110.24 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 53 | 61 | 0 | 0.71 | 0.66 | 0.29 | 356.28 | 0.55 | 0.46 |
| Hex | B6 | 35 | 3D | 0 | 47 | 42 | 1D | 164 | 37 | 2E |
| Octal | 266 | 65 | 75 | 0 | 107 | 102 | 35 | 544 | 67 | 56 |
| Binary | 10110110 | 110101 | 111101 | 0 | 1000111 | 1000010 | 11101 | 101100100 | 110111 | 101110 |
Color Harmonies of #B6353D
Complementary color
Monochromatic Colors of #B6353D
Black with #B6353D
Text Example
Text Example
White with #B6353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6353D; }
p { color: rgb(182,53,61); }
H1.HeaderClassName
{
color: #B6353D;
}
.AnyTagClassName
{
color: #B6353D;
}
</style>
background-color css
<style>
a { background-color: #B6353D; }
a { background-color: rgb(182,53,61); }
div.DivClassName
{
background-color: #B6353D;
}
.BgClassName
{
background-color: #B6353D;
}
</style>
border-color css
<style>
span { border-color: #B6353D; }
span { border-color: rgb(182,53,61); }
td.TdClassName
{
border-color: #B6353D;
}
.TagClassName
{
border-color: #B6353D;
}
</style>