Shades of Fiery Orange #B4562A
Tints of Fiery Orange #B4562A
RGB
CMYK
RGB Variations
Color information
#B4562A (or 0xB4562A) is known color: Fiery Orange. HEX triplet: B4, 56 and 2A. RGB value is (180,86,42). Sum of RGB (Red+Green+Blue) = 180+86+42=308 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.44% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 180 - color contains mainly: red. Hex color #B4562A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4562A is #4BA9D5. Grayscale: #6D6D6D. Windows color (decimal): -4958678 or 2774708. OLE color: 2774708.
HSL color Cylindrical-coordinate representation of color #B4562A: hue angle of 19.13º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B4562A is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 86 | 42 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.29 |
| HSL | 19.13º | 0.62% | 0.44% | - |
| HSV(B) | 19.13º | 0.77% | 0.71% | - |
| XYZ | 22.57 | 16.53 | 4.19 | - |
| YUV | 109.09 | 90.14 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 86 | 42 | 0 | 0.52 | 0.77 | 0.29 | 19.13 | 0.62 | 0.44 |
| Hex | B4 | 56 | 2A | 0 | 34 | 4D | 1D | 13 | 3E | 2C |
| Octal | 264 | 126 | 52 | 0 | 64 | 115 | 35 | 23 | 76 | 54 |
| Binary | 10110100 | 1010110 | 101010 | 0 | 110100 | 1001101 | 11101 | 10011 | 111110 | 101100 |
Color Harmonies of #B4562A
Complementary color
Monochromatic Colors of #B4562A
Black with #B4562A
Text Example
Text Example
White with #B4562A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4562A; }
p { color: rgb(180,86,42); }
H1.HeaderClassName
{
color: #B4562A;
}
.AnyTagClassName
{
color: #B4562A;
}
</style>
background-color css
<style>
a { background-color: #B4562A; }
a { background-color: rgb(180,86,42); }
div.DivClassName
{
background-color: #B4562A;
}
.BgClassName
{
background-color: #B4562A;
}
</style>
border-color css
<style>
span { border-color: #B4562A; }
span { border-color: rgb(180,86,42); }
td.TdClassName
{
border-color: #B4562A;
}
.TagClassName
{
border-color: #B4562A;
}
</style>