Shades of Fiery Orange #B65D2D
Tints of Fiery Orange #B65D2D
RGB
CMYK
RGB Variations
Color information
#B65D2D (or 0xB65D2D) is known color: Fiery Orange. HEX triplet: B6, 5D and 2D. RGB value is (182,93,45). Sum of RGB (Red+Green+Blue) = 182+93+45=320 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.88% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 182 - color contains mainly: red. Hex color #B65D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65D2D is #49A2D2. Grayscale: #727272. Windows color (decimal): -4825811 or 2973110. OLE color: 2973110.
HSL color Cylindrical-coordinate representation of color #B65D2D: hue angle of 21.02º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B65D2D is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 93 | 45 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.29 |
| HSL | 21.02º | 0.6% | 0.45% | - |
| HSV(B) | 21.02º | 0.75% | 0.71% | - |
| XYZ | 23.68 | 17.96 | 4.7 | - |
| YUV | 114.14 | 88.99 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 93 | 45 | 0 | 0.49 | 0.75 | 0.29 | 21.02 | 0.6 | 0.45 |
| Hex | B6 | 5D | 2D | 0 | 31 | 4B | 1D | 15 | 3C | 2D |
| Octal | 266 | 135 | 55 | 0 | 61 | 113 | 35 | 25 | 74 | 55 |
| Binary | 10110110 | 1011101 | 101101 | 0 | 110001 | 1001011 | 11101 | 10101 | 111100 | 101101 |
Color Harmonies of #B65D2D
Complementary color
Monochromatic Colors of #B65D2D
Black with #B65D2D
Text Example
Text Example
White with #B65D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65D2D; }
p { color: rgb(182,93,45); }
H1.HeaderClassName
{
color: #B65D2D;
}
.AnyTagClassName
{
color: #B65D2D;
}
</style>
background-color css
<style>
a { background-color: #B65D2D; }
a { background-color: rgb(182,93,45); }
div.DivClassName
{
background-color: #B65D2D;
}
.BgClassName
{
background-color: #B65D2D;
}
</style>
border-color css
<style>
span { border-color: #B65D2D; }
span { border-color: rgb(182,93,45); }
td.TdClassName
{
border-color: #B65D2D;
}
.TagClassName
{
border-color: #B65D2D;
}
</style>