Shades of Fiery Orange #B35D2D
Tints of Fiery Orange #B35D2D
RGB
CMYK
RGB Variations
Color information
#B35D2D (or 0xB35D2D) is known color: Fiery Orange. HEX triplet: B3, 5D and 2D. RGB value is (179,93,45). Sum of RGB (Red+Green+Blue) = 179+93+45=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35D2D is #4CA2D2. Grayscale: #717171. Windows color (decimal): -5022419 or 2973107. OLE color: 2973107.
HSL color Cylindrical-coordinate representation of color #B35D2D: hue angle of 21.49º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B35D2D is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 93 | 45 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.30 |
| HSL | 21.49º | 0.6% | 0.44% | - |
| HSV(B) | 21.49º | 0.75% | 0.7% | - |
| XYZ | 22.98 | 17.6 | 4.67 | - |
| YUV | 113.24 | 89.49 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 93 | 45 | 0 | 0.48 | 0.75 | 0.30 | 21.49 | 0.6 | 0.44 |
| Hex | B3 | 5D | 2D | 0 | 30 | 4B | 1E | 15 | 3C | 2C |
| Octal | 263 | 135 | 55 | 0 | 60 | 113 | 36 | 25 | 74 | 54 |
| Binary | 10110011 | 1011101 | 101101 | 0 | 110000 | 1001011 | 11110 | 10101 | 111100 | 101100 |
Color Harmonies of #B35D2D
Complementary color
Monochromatic Colors of #B35D2D
Black with #B35D2D
Text Example
Text Example
White with #B35D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35D2D; }
p { color: rgb(179,93,45); }
H1.HeaderClassName
{
color: #B35D2D;
}
.AnyTagClassName
{
color: #B35D2D;
}
</style>
background-color css
<style>
a { background-color: #B35D2D; }
a { background-color: rgb(179,93,45); }
div.DivClassName
{
background-color: #B35D2D;
}
.BgClassName
{
background-color: #B35D2D;
}
</style>
border-color css
<style>
span { border-color: #B35D2D; }
span { border-color: rgb(179,93,45); }
td.TdClassName
{
border-color: #B35D2D;
}
.TagClassName
{
border-color: #B35D2D;
}
</style>