#BF3700 (or 0xBF3700) is unknown color: approx Rust. HEX triplet: BF, 37 and 00. RGB value is (191,55,0). Sum of RGB (Red+Green+Blue) = 191+55+0=246 (32% of max value = 765). Red value is 191 (75% from 255 or 77.64% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3700 is #40C8FF. Grayscale: #595959. Windows color (decimal): -4245760 or 14271. OLE color: 14271.
HSL color Cylindrical-coordinate representation of color #BF3700: hue angle of 17.28º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF3700 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.25.
<style> p { color: #bf3700; } p { color: rgb(191,55,0); } H1.HeaderClassName { color: #bf3700; } .AnyTagClassName { color: #bf3700; } </style>
<style> a { background-color: #bf3700; } a { background-color: rgb(191,55,0); } div.DivClassName { background-color: #bf3700; } .BgClassName { background-color: #bf3700; } </style>
<style> span { border-color: #bf3700; } span { border-color: rgb(191,55,0); } td.TdClassName { border-color: #bf3700; } .TagClassName { border-color: #bf3700; } </style>