Shades of Fire Engine Red #B32025
Tints of Fire Engine Red #B32025
RGB
CMYK
RGB Variations
Color information
#B32025 (or 0xB32025) is known color: Fire Engine Red. HEX triplet: B3, 20 and 25. RGB value is (179,32,37). Sum of RGB (Red+Green+Blue) = 179+32+37=248 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.18% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 179 - color contains mainly: red. Hex color #B32025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32025 is #4CDFDA. Grayscale: #4C4C4C. Windows color (decimal): -5038043 or 2433203. OLE color: 2433203.
HSL color Cylindrical-coordinate representation of color #B32025: hue angle of 357.96º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32025 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 32 | 37 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.30 |
| HSL | 357.96º | 0.7% | 0.41% | - |
| HSV(B) | 357.96º | 0.82% | 0.7% | - |
| XYZ | 19.44 | 10.75 | 2.8 | - |
| YUV | 76.52 | 105.7 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 37 | 0 | 0.82 | 0.79 | 0.30 | 357.96 | 0.7 | 0.41 |
| Hex | B3 | 20 | 25 | 0 | 52 | 4F | 1E | 166 | 46 | 29 |
| Octal | 263 | 40 | 45 | 0 | 122 | 117 | 36 | 546 | 106 | 51 |
| Binary | 10110011 | 100000 | 100101 | 0 | 1010010 | 1001111 | 11110 | 101100110 | 1000110 | 101001 |
Color Harmonies of #B32025
Complementary color
Monochromatic Colors of #B32025
Black with #B32025
Text Example
Text Example
White with #B32025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32025; }
p { color: rgb(179,32,37); }
H1.HeaderClassName
{
color: #B32025;
}
.AnyTagClassName
{
color: #B32025;
}
</style>
background-color css
<style>
a { background-color: #B32025; }
a { background-color: rgb(179,32,37); }
div.DivClassName
{
background-color: #B32025;
}
.BgClassName
{
background-color: #B32025;
}
</style>
border-color css
<style>
span { border-color: #B32025; }
span { border-color: rgb(179,32,37); }
td.TdClassName
{
border-color: #B32025;
}
.TagClassName
{
border-color: #B32025;
}
</style>