Shades of Fiery Orange #B75A1D
Tints of Fiery Orange #B75A1D
RGB
CMYK
RGB Variations
Color information
#B75A1D (or 0xB75A1D) is known color: Fiery Orange. HEX triplet: B7, 5A and 1D. RGB value is (183,90,29). Sum of RGB (Red+Green+Blue) = 183+90+29=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75A1D is #48A5E2. Grayscale: #6F6F6F. Windows color (decimal): -4761059 or 1923767. OLE color: 1923767.
HSL color Cylindrical-coordinate representation of color #B75A1D: hue angle of 23.77º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B75A1D is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 90 | 29 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.28 |
| HSL | 23.77º | 0.73% | 0.42% | - |
| HSV(B) | 23.77º | 0.84% | 0.72% | - |
| XYZ | 23.41 | 17.47 | 3.3 | - |
| YUV | 110.85 | 81.81 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 90 | 29 | 0 | 0.51 | 0.84 | 0.28 | 23.77 | 0.73 | 0.42 |
| Hex | B7 | 5A | 1D | 0 | 33 | 54 | 1C | 18 | 49 | 2A |
| Octal | 267 | 132 | 35 | 0 | 63 | 124 | 34 | 30 | 111 | 52 |
| Binary | 10110111 | 1011010 | 11101 | 0 | 110011 | 1010100 | 11100 | 11000 | 1001001 | 101010 |
Color Harmonies of #B75A1D
Complementary color
Monochromatic Colors of #B75A1D
Black with #B75A1D
Text Example
Text Example
White with #B75A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75A1D; }
p { color: rgb(183,90,29); }
H1.HeaderClassName
{
color: #B75A1D;
}
.AnyTagClassName
{
color: #B75A1D;
}
</style>
background-color css
<style>
a { background-color: #B75A1D; }
a { background-color: rgb(183,90,29); }
div.DivClassName
{
background-color: #B75A1D;
}
.BgClassName
{
background-color: #B75A1D;
}
</style>
border-color css
<style>
span { border-color: #B75A1D; }
span { border-color: rgb(183,90,29); }
td.TdClassName
{
border-color: #B75A1D;
}
.TagClassName
{
border-color: #B75A1D;
}
</style>