Shades of Flame Red #832B30
Tints of Flame Red #832B30
RGB
CMYK
RGB Variations
Color information
#832B30 (or 0x832B30) is known color: Flame Red. HEX triplet: 83, 2B and 30. RGB value is (131,43,48). Sum of RGB (Red+Green+Blue) = 131+43+48=222 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.01% from 222); Green value is 43 (17.19% from 255 or 19.37% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 131 - color contains mainly: red. Hex color #832B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832B30 is #7CD4CF. Grayscale: #454545. Windows color (decimal): -8180944 or 3156867. OLE color: 3156867.
HSL color Cylindrical-coordinate representation of color #832B30: hue angle of 356.59º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #832B30 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 43 | 48 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.49 |
| HSL | 356.59º | 0.51% | 0.34% | - |
| HSV(B) | 356.59º | 0.67% | 0.51% | - |
| XYZ | 10.76 | 6.77 | 3.54 | - |
| YUV | 69.88 | 115.65 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 43 | 48 | 0 | 0.67 | 0.63 | 0.49 | 356.59 | 0.51 | 0.34 |
| Hex | 83 | 2B | 30 | 0 | 43 | 3F | 31 | 165 | 33 | 22 |
| Octal | 203 | 53 | 60 | 0 | 103 | 77 | 61 | 545 | 63 | 42 |
| Binary | 10000011 | 101011 | 110000 | 0 | 1000011 | 111111 | 110001 | 101100101 | 110011 | 100010 |
Color Harmonies of #832B30
Complementary color
Monochromatic Colors of #832B30
Black with #832B30
Text Example
Text Example
White with #832B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832B30; }
p { color: rgb(131,43,48); }
H1.HeaderClassName
{
color: #832B30;
}
.AnyTagClassName
{
color: #832B30;
}
</style>
background-color css
<style>
a { background-color: #832B30; }
a { background-color: rgb(131,43,48); }
div.DivClassName
{
background-color: #832B30;
}
.BgClassName
{
background-color: #832B30;
}
</style>
border-color css
<style>
span { border-color: #832B30; }
span { border-color: rgb(131,43,48); }
td.TdClassName
{
border-color: #832B30;
}
.TagClassName
{
border-color: #832B30;
}
</style>