Shades of Fiery Orange #B0612D
Tints of Fiery Orange #B0612D
RGB
CMYK
RGB Variations
Color information
#B0612D (or 0xB0612D) is known color: Fiery Orange. HEX triplet: B0, 61 and 2D. RGB value is (176,97,45). Sum of RGB (Red+Green+Blue) = 176+97+45=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B0612D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0612D is #4F9ED2. Grayscale: #727272. Windows color (decimal): -5218003 or 2974128. OLE color: 2974128.
HSL color Cylindrical-coordinate representation of color #B0612D: hue angle of 23.82º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0612D is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 97 | 45 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.31 |
| HSL | 23.82º | 0.59% | 0.43% | - |
| HSV(B) | 23.82º | 0.74% | 0.69% | - |
| XYZ | 22.65 | 17.97 | 4.76 | - |
| YUV | 114.69 | 88.67 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 97 | 45 | 0 | 0.45 | 0.74 | 0.31 | 23.82 | 0.59 | 0.43 |
| Hex | B0 | 61 | 2D | 0 | 2D | 4A | 1F | 18 | 3B | 2B |
| Octal | 260 | 141 | 55 | 0 | 55 | 112 | 37 | 30 | 73 | 53 |
| Binary | 10110000 | 1100001 | 101101 | 0 | 101101 | 1001010 | 11111 | 11000 | 111011 | 101011 |
Color Harmonies of #B0612D
Complementary color
Monochromatic Colors of #B0612D
Black with #B0612D
Text Example
Text Example
White with #B0612D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0612D; }
p { color: rgb(176,97,45); }
H1.HeaderClassName
{
color: #B0612D;
}
.AnyTagClassName
{
color: #B0612D;
}
</style>
background-color css
<style>
a { background-color: #B0612D; }
a { background-color: rgb(176,97,45); }
div.DivClassName
{
background-color: #B0612D;
}
.BgClassName
{
background-color: #B0612D;
}
</style>
border-color css
<style>
span { border-color: #B0612D; }
span { border-color: rgb(176,97,45); }
td.TdClassName
{
border-color: #B0612D;
}
.TagClassName
{
border-color: #B0612D;
}
</style>