Shades of Brick Red #B6283D
Tints of Brick Red #B6283D
RGB
CMYK
RGB Variations
Color information
#B6283D (or 0xB6283D) is known color: Brick Red. HEX triplet: B6, 28 and 3D. RGB value is (182,40,61). Sum of RGB (Red+Green+Blue) = 182+40+61=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B6283D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6283D is #49D7C2. Grayscale: #545454. Windows color (decimal): -4839363 or 4008118. OLE color: 4008118.
HSL color Cylindrical-coordinate representation of color #B6283D: hue angle of 351.13º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B6283D is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 40 | 61 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.29 |
| HSL | 351.13º | 0.64% | 0.44% | - |
| HSV(B) | 351.13º | 0.78% | 0.71% | - |
| XYZ | 20.89 | 11.8 | 5.59 | - |
| YUV | 84.85 | 114.54 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 40 | 61 | 0 | 0.78 | 0.66 | 0.29 | 351.13 | 0.64 | 0.44 |
| Hex | B6 | 28 | 3D | 0 | 4E | 42 | 1D | 15F | 40 | 2C |
| Octal | 266 | 50 | 75 | 0 | 116 | 102 | 35 | 537 | 100 | 54 |
| Binary | 10110110 | 101000 | 111101 | 0 | 1001110 | 1000010 | 11101 | 101011111 | 1000000 | 101100 |
Color Harmonies of #B6283D
Complementary color
Monochromatic Colors of #B6283D
Black with #B6283D
Text Example
Text Example
White with #B6283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6283D; }
p { color: rgb(182,40,61); }
H1.HeaderClassName
{
color: #B6283D;
}
.AnyTagClassName
{
color: #B6283D;
}
</style>
background-color css
<style>
a { background-color: #B6283D; }
a { background-color: rgb(182,40,61); }
div.DivClassName
{
background-color: #B6283D;
}
.BgClassName
{
background-color: #B6283D;
}
</style>
border-color css
<style>
span { border-color: #B6283D; }
span { border-color: rgb(182,40,61); }
td.TdClassName
{
border-color: #B6283D;
}
.TagClassName
{
border-color: #B6283D;
}
</style>